Html Css Color HEX #C900AA Deep Magenta

📋 copy color: '#C900AA'

red 201 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #C900AA

Tints of Deep Magenta #C900AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.18%
G = 0%
B = 45.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C900AA (or 0xC900AA) is known color: Deep Magenta. HEX triplet: C9, 00 and AA. RGB value is (201,0,170). Sum of RGB (Red+Green+Blue) = 201+0+170=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C900AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900AA is #36FF55. Grayscale: #4F4F4F. Windows color (decimal): -3604310 or 11141321. OLE color: 11141321.

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

Color convert

RGB 201 0 170 -
CMYK 0 1 0.15 0.21
HSL 309.25º 1% 0.39% -
HSV(B) 309.25º 1% 0.79% -
XYZ 31.34 15.32 39.34 -
YUV 79.48 179.09 214.68 -
System Red Green Blue C M Y K H S L
Decimal 201 0 170 0 1 0.15 0.21 309.25 1 0.39
Hex C9 0 AA 0 64 F 15 135 64 27
Octal 311 0 252 0 144 17 25 465 144 47
Binary 11001001 0 10101010 0 1100100 1111 10101 100110101 1100100 100111

Color Harmonies of #C900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900AA

Black with #C900AA

Text Example


Text Example

White with #C900AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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