#CA09C8

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

Shades of Deep Magenta #CA09C8

Tints of Deep Magenta #CA09C8

Color information

#CA09C8 (or 0xCA09C8) is unknown color: approx Deep Magenta. HEX triplet: CA, 09 and C8. RGB value is (202,9,200). Sum of RGB (Red+Green+Blue) = 202+9+200=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09C8 is #35F637. Grayscale: #575757. Windows color (decimal): -3536440 or 13109706. OLE color: 13109706.

HSL color Cylindrical-coordinate representation of color #CA09C8: hue angle of 300.62º 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 #CA09C8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB2029200-
CMYK00.960.010.21
HSL300.62º91.47%41.37%-
HSV(B)300.62º95.54%79.22%-
XYZ34.8816.9256.07-
YUV88.48190.94208.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 9 (3.91% from 255) = 2.19%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=49.15%
G=2.19%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202920000.960.010.21300.6291.4741.37
HexCA9C806011512d5b29
Octal31211310014012545513351
Binary11001010100111001000011000001101011001011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA09C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA09C8; }

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

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

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

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

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

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

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

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