#CA09C9

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

Shades of Deep Magenta #CA09C9

Tints of Deep Magenta #CA09C9

Color information

#CA09C9 (or 0xCA09C9) is unknown color: approx Deep Magenta. HEX triplet: CA, 09 and C9. RGB value is (202,9,201). Sum of RGB (Red+Green+Blue) = 202+9+201=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09C9 is #35F636. Grayscale: #585858. Windows color (decimal): -3536439 or 13175242. OLE color: 13175242.

HSL color Cylindrical-coordinate representation of color #CA09C9: hue angle of 300.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09C9 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB2029201-
CMYK00.960.000.21
HSL300.31º91.47%41.37%-
HSV(B)300.31º95.54%79.22%-
XYZ3516.9756.69-
YUV88.6191.44208.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 9 (3.91% from 255) = 2.18%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=49.03%
G=2.18%
B=48.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202920100.960.000.21300.3191.4741.37
HexCA9C906001512c5b29
Octal31211311014002545413351
Binary11001010100111001001011000000101011001011001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA09C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA09C9; }

 p { color: rgb(202,9,201); }

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

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

 a { background-color: rgb(202,9,201); }

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

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

 span { border-color: rgb(202,9,201); }

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