Html Css Color HEX #CC02AA Deep Magenta

📋 copy color: '#CC02AA'

red 204 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #CC02AA

Tints of Deep Magenta #CC02AA

RGB

 RED value IS 204 (80.08% from 255) = 54.26%

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

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

R = 54.26%
G = 0.53%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC02AA (or 0xCC02AA) is known color: Deep Magenta. HEX triplet: CC, 02 and AA. RGB value is (204,2,170). Sum of RGB (Red+Green+Blue) = 204+2+170=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC02AA is #33FD55. Grayscale: #515151. Windows color (decimal): -3407190 or 11141836. OLE color: 11141836.

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

Color convert

RGB 204 2 170 -
CMYK 0 0.99 0.17 0.2
HSL 310.1º 0.98% 0.4% -
HSV(B) 310.1º 0.99% 0.8% -
XYZ 32.18 15.78 39.38 -
YUV 81.55 177.92 215.34 -
System Red Green Blue C M Y K H S L
Decimal 204 2 170 0 0.99 0.17 0.2 310.1 0.98 0.4
Hex CC 2 AA 0 63 11 14 136 62 28
Octal 314 2 252 0 143 21 24 466 142 50
Binary 11001100 10 10101010 0 1100011 10001 10100 100110110 1100010 101000

Color Harmonies of #CC02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02AA

Black with #CC02AA

Text Example


Text Example

White with #CC02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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