Color Hex Logo

#c941cc Color Hex

#C941CC
(201,65,204)
0 Favorites   0 Comments

Color spaces of #c941cc

RGB 20165204
HSL0.830.580.53
HSV299°68°80°
CMYK 0.010.680.00   0.20
XYZ36.876820.557759.1512
Yxy20.55770.31630.1763
Hunter Lab45.340665.8331-45.6111
CIE-Lab52.462069.5821-45.1537

#c941cc color RGB value is (201,65,204).

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

The process color (four color CMYK) of #c941cc color hex is 0.01, 0.68, 0.00, 0.20. Web safe color of #c941cc is #cc33cc. Color #c941cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 11001100
Octal 311 101 314
Decimal 201 65 204
Hex C9 41 CC

RGB Percentages of Color #c941cc

%42.77
%13.83
%43.40

CMYK Percentages of Color #c941cc

%1
%68
%0
%20

Triadic Colors of #c941cc

#c941cc #ccc941 #41ccc9

Analogous Colors of #c941cc

#c941cc #cc418a #8441cc

Monochromatic Colors of #c941cc

#c941cc

Complementary Color

#c941cc #44cc41

#c941cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941cc Color CSS Codes

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

#c941cc Text Font Color

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

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


#c941cc Background Color

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

This div background color is #c941cc


#c941cc Border Color

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

This div border color is #c941cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941cc


Comments

No comments written yet.

Please login to write comment.