Color Hex Logo

#c912cc Color Hex

#C912CC
(201,18,204)
0 Favorites   0 Comments

Color spaces of #c912cc

RGB 20118204
HSL0.830.840.44
HSV299°91°80°
CMYK 0.010.910.00   0.20
XYZ35.202817.209858.5932
Yxy17.20980.31710.1550
Hunter Lab41.484778.8721-54.7022
CIE-Lab48.523380.9555-51.4298

#c912cc color RGB value is (201,18,204).

#c912cc hex color red value is 201, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c912cc hue: 0.83 , saturation: 0.84 and the lightness value of c912cc is 0.44.

The process color (four color CMYK) of #c912cc color hex is 0.01, 0.91, 0.00, 0.20. Web safe color of #c912cc is #cc00cc. Color #c912cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010010 11001100
Octal 311 22 314
Decimal 201 18 204
Hex C9 12 CC

RGB Percentages of Color #c912cc

%47.52
%4.26
%48.23

CMYK Percentages of Color #c912cc

%1
%91
%0
%20

Triadic Colors of #c912cc

#c912cc #ccc912 #12ccc9

Analogous Colors of #c912cc

#c912cc #cc1272 #6c12cc

Monochromatic Colors of #c912cc

#c912cc

Complementary Color

#c912cc #15cc12

#c912cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c912cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c912cc Color CSS Codes

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

#c912cc Text Font Color

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

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


#c912cc Background Color

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

This div background color is #c912cc


#c912cc Border Color

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

This div border color is #c912cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,18,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c912cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c912cc;
  -webkit-box-shadow: 1px 1px 3px 2px #c912cc;
  box-shadow:         1px 1px 3px 2px #c912cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,18,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c912cc


Comments

No comments written yet.

Please login to write comment.