Color Hex Logo

#c200cf Color Hex

#C200CF
(194,0,207)
0 Favorites   0 Comments

Color spaces of #c200cf

RGB 1940207
HSL0.821.000.41
HSV296°100°81°
CMYK 0.061.000.00   0.19
XYZ33.510615.974360.3486
Yxy15.97430.30510.1454
Hunter Lab39.967979.7175-61.5461
CIE-Lab46.940881.9285-55.7669

#c200cf color RGB value is (194,0,207).

#c200cf hex color red value is 194, green value is 0 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c200cf hue: 0.82 , saturation: 1.00 and the lightness value of c200cf is 0.41.

The process color (four color CMYK) of #c200cf color hex is 0.06, 1.00, 0.00, 0.19. Web safe color of #c200cf is #cc00cc. Color #c200cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 11001111
Octal 302 0 317
Decimal 194 0 207
Hex C2 0 CF

RGB Percentages of Color #c200cf

%48.38
%0.00
%51.62

CMYK Percentages of Color #c200cf

%6
%100
%0
%19

Triadic Colors of #c200cf

#c200cf #cfc200 #00cfc2

Analogous Colors of #c200cf

#c200cf #cf0075 #5a00cf

Monochromatic Colors of #c200cf

#c200cf

Complementary Color

#c200cf #0dcf00

#c200cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200cf Color CSS Codes

.mybgcolor {background-color:#c200cf; } 
.myforecolor {color:#c200cf; }
.mybordercolor {border:3px solid #c200cf; }

#c200cf Text Font Color

<p style="color:#c200cf">Text here</p>

This sample text font color is #c200cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c200cf Background Color

<div style="background-color:#c200cf">
Div content here</div>

This div background color is #c200cf


#c200cf Border Color

<div style="border:3px solid #c200cf">
Div here</div>

This div border color is #c200cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,0,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c200cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c200cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c200cf;
  box-shadow:         1px 1px 3px 2px #c200cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,0,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c200cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c200cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c200cf;
  box-shadow:         1px 1px 3px 2px #c200cf;">
Div content here</div>

This div box has shadow with color #c200cf


Comments

No comments written yet.

Please login to write comment.