#CC00A9

Color #CC00A9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC00A9

Tints of Deep Magenta #CC00A9

Color information

#CC00A9 (or 0xCC00A9) is unknown color: approx Deep Magenta. HEX triplet: CC, 00 and A9. RGB value is (204,0,169). Sum of RGB (Red+Green+Blue) = 204+0+169=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC00A9 is #33FF56. Grayscale: #4F4F4F. Windows color (decimal): -3407703 or 11075788. OLE color: 11075788.

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

Color convert

RGB2040169-
CMYK010.170.2
HSL310.29º100%40%-
HSV(B)310.29º100%80%-
XYZ32.0615.738.88-
YUV80.26178.09216.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=54.69%
G=0%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040169010.170.2310.2910040
HexCC0A906411141366428
Octal31402510144212446614450
Binary110011000101010010110010010001101001001101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC00A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC00A9; }

 p { color: rgb(204,0,169); }

 H1.HeaderClassName
 {
   color: #CC00A9;
 }
 .AnyTagClassName
 {
   color: #CC00A9;
 }
</style>
background-color css

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

 a { background-color: rgb(204,0,169); }

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

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

 span { border-color: rgb(204,0,169); }

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