Html Css Color HEX #C904AB Deep Magenta

📋 copy color: '#C904AB'

red 201 ◦ green 4 ◦ blue 171

#C904AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C904AB

Tints of Deep Magenta #C904AB

RGB

 RED value IS 201 (78.91% from 255) = 53.46%

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 53.46%
G = 1.06%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C904AB (or 0xC904AB) is known color: Deep Magenta. HEX triplet: C9, 04 and AB. RGB value is (201,4,171). Sum of RGB (Red+Green+Blue) = 201+4+171=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C904AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C904AB is #36FB54. Grayscale: #515151. Windows color (decimal): -3603285 or 11207881. OLE color: 11207881.

HSL color Cylindrical-coordinate representation of color #C904AB: hue angle of 309.14º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904AB is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 171 -
CMYK 0 0.98 0.15 0.21
HSL 309.14º 0.96% 0.4% -
HSV(B) 309.14º 0.98% 0.79% -
XYZ 31.48 15.44 39.85 -
YUV 81.94 178.27 212.92 -
System Red Green Blue C M Y K H S L
Decimal 201 4 171 0 0.98 0.15 0.21 309.14 0.96 0.4
Hex C9 4 AB 0 62 F 15 135 60 28
Octal 311 4 253 0 142 17 25 465 140 50
Binary 11001001 100 10101011 0 1100010 1111 10101 100110101 1100000 101000

Color Harmonies of #C904AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904AB

Black with #C904AB

Text Example


Text Example

White with #C904AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904AB; }

 p { color: rgb(201,4,171); }

 H1.HeaderClassName
 {
   color: #C904AB;
 }
 .AnyTagClassName
 {
   color: #C904AB;
 }
</style>

background-color css

<style>
 a { background-color: #C904AB; }

 a { background-color: rgb(201,4,171); }

 div.DivClassName
 {
   background-color: #C904AB;
 }
 .BgClassName
 {
   background-color: #C904AB;
 }
</style>

border-color css

<style>
 span { border-color: #C904AB; }

 span { border-color: rgb(201,4,171); }

 td.TdClassName
 {
   border-color: #C904AB;
 }
 .TagClassName
 {
   border-color: #C904AB;
 }
</style>