Color Hex Logo

#c200cd Color Hex

#C200CD
(194,0,205)
0 Favorites   0 Comments

Color spaces of #c200cd

RGB 1940205
HSL0.821.000.40
HSV297°100°80°
CMYK 0.051.000.00   0.20
XYZ33.267615.877159.0688
Yxy15.87710.30740.1467
Hunter Lab39.846179.2995-60.0007
CIE-Lab46.812881.6240-54.8178

#c200cd color RGB value is (194,0,205).

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

The process color (four color CMYK) of #c200cd color hex is 0.05, 1.00, 0.00, 0.20. Web safe color of #c200cd is #cc00cc. Color #c200cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 11001101
Octal 302 0 315
Decimal 194 0 205
Hex C2 0 CD

RGB Percentages of Color #c200cd

%48.62
%0.00
%51.38

CMYK Percentages of Color #c200cd

%5
%100
%0
%20

Triadic Colors of #c200cd

#c200cd #cdc200 #00cdc2

Analogous Colors of #c200cd

#c200cd #cd0072 #5b00cd

Monochromatic Colors of #c200cd

#c200cd

Complementary Color

#c200cd #0bcd00

#c200cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200cd Color CSS Codes

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

#c200cd Text Font Color

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

This sample text font color is #c200cd
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.


#c200cd Background Color

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

This div background color is #c200cd


#c200cd Border Color

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

This div border color is #c200cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c200cd


Comments

No comments written yet.

Please login to write comment.