Color Hex Logo

#c942cf Color Hex

#C942CF
(201,66,207)
0 Favorites   0 Comments

Color spaces of #c942cf

RGB 20166207
HSL0.830.590.54
HSV297°68°81°
CMYK 0.030.680.00   0.19
XYZ37.298120.818961.0841
Yxy20.81890.31290.1747
Hunter Lab45.627766.0652-47.4350
CIE-Lab52.750769.7211-46.4144

#c942cf color RGB value is (201,66,207).

#c942cf hex color red value is 201, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c942cf hue: 0.83 , saturation: 0.59 and the lightness value of c942cf is 0.54.

The process color (four color CMYK) of #c942cf color hex is 0.03, 0.68, 0.00, 0.19. Web safe color of #c942cf is #cc33cc. Color #c942cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 11001111
Octal 311 102 317
Decimal 201 66 207
Hex C9 42 CF

RGB Percentages of Color #c942cf

%42.41
%13.92
%43.67

CMYK Percentages of Color #c942cf

%3
%68
%0
%19

Triadic Colors of #c942cf

#c942cf #cfc942 #42cfc9

Analogous Colors of #c942cf

#c942cf #cf428f #8342cf

Monochromatic Colors of #c942cf

#c942cf

Complementary Color

#c942cf #48cf42

#c942cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c942cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c942cf Color CSS Codes

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

#c942cf Text Font Color

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

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


#c942cf Background Color

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

This div background color is #c942cf


#c942cf Border Color

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

This div border color is #c942cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,66,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 #c942cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c942cf


Comments

No comments written yet.

Please login to write comment.