Html Css Color HEX #C902AA Deep Magenta

📋 copy color: '#C902AA'

red 201 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #C902AA

Tints of Deep Magenta #C902AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 53.89%
G = 0.54%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C902AA (or 0xC902AA) is known color: Deep Magenta. HEX triplet: C9, 02 and AA. RGB value is (201,2,170). Sum of RGB (Red+Green+Blue) = 201+2+170=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C902AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C902AA is #36FD55. Grayscale: #505050. Windows color (decimal): -3603798 or 11141833. OLE color: 11141833.

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

Color convert

RGB 201 2 170 -
CMYK 0 0.99 0.15 0.21
HSL 309.35º 0.98% 0.4% -
HSV(B) 309.35º 0.99% 0.79% -
XYZ 31.36 15.36 39.34 -
YUV 80.65 178.43 213.84 -
System Red Green Blue C M Y K H S L
Decimal 201 2 170 0 0.99 0.15 0.21 309.35 0.98 0.4
Hex C9 2 AA 0 63 F 15 135 62 28
Octal 311 2 252 0 143 17 25 465 142 50
Binary 11001001 10 10101010 0 1100011 1111 10101 100110101 1100010 101000

Color Harmonies of #C902AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902AA

Black with #C902AA

Text Example


Text Example

White with #C902AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902AA; }

 p { color: rgb(201,2,170); }

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

background-color css

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

 a { background-color: rgb(201,2,170); }

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

border-color css

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

 span { border-color: rgb(201,2,170); }

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