#CA00A9

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

Shades of Deep Magenta #CA00A9

Tints of Deep Magenta #CA00A9

Color information

#CA00A9 (or 0xCA00A9) is unknown color: approx Deep Magenta. HEX triplet: CA, 00 and A9. RGB value is (202,0,169). Sum of RGB (Red+Green+Blue) = 202+0+169=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00A9 is #35FF56. Grayscale: #4F4F4F. Windows color (decimal): -3538775 or 11075786. OLE color: 11075786.

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

Color convert

RGB2020169-
CMYK010.160.21
HSL309.8º100%39.61%-
HSV(B)309.8º100%79.22%-
XYZ31.5215.4238.85-
YUV79.66178.42215.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 169 (66.41% from 255) = 45.55%
R=54.45%
G=0%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020169010.160.21309.810039.61
HexCA0A906410151366428
Octal31202510144202546614450
Binary110010100101010010110010010000101011001101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA00A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA00A9; }

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

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

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

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

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

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

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

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