color codes Logo

#c919af color codes

#C919AF
(201,25,175)
0 Favorites   0 Comments

Color spaces of #c919af

RGB 20125175
HSL0.860.780.44
HSV309°88°79°
CMYK 0.000.880.13   0.21
XYZ32.172916.207941.9902
Yxy16.20790.35600.1793
Hunter Lab40.259072.1945-33.6582
CIE-Lab47.246175.8484-36.5320

#c919af color RGB value is (201,25,175).

#c919af hex color red value is 201, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c919af hue: 0.86 , saturation: 0.78 and the lightness value of c919af is 0.44.

The process color (four color CMYK) of #c919af color code is 0.00, 0.88, 0.13, 0.21. Web safe color of #c919af is #cc0099. Color #c919af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 10101111
Octal 311 31 257
Decimal 201 25 175
Hex C9 19 AF

RGB Percentages of Color #c919af

%50.12
%6.23
%43.64

CMYK Percentages of Color #c919af

%0
%88
%13
%21

Triadic Colors of #c919af

#c919af #afc919 #19afc9

Analogous Colors of #c919af

#c919af #c91957 #8b19c9

Monochromatic Colors of #c919af

#c919af

Complementary Color

#c919af #19c933

#c919af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c919af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c919af Color CSS Codes

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

#c919af Text Font Color

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

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


#c919af Background Color

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

This div background color is #c919af


#c919af Border Color

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

This div border color is #c919af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c919af


Comments

No comments written yet.

Please login to write comment.