#CA0EB6

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

Shades of Deep Magenta #CA0EB6

Tints of Deep Magenta #CA0EB6

Color information

#CA0EB6 (or 0xCA0EB6) is unknown color: approx Deep Magenta. HEX triplet: CA, 0E and B6. RGB value is (202,14,182). Sum of RGB (Red+Green+Blue) = 202+14+182=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EB6 is #35F149. Grayscale: #585858. Windows color (decimal): -3535178 or 11931338. OLE color: 11931338.

HSL color Cylindrical-coordinate representation of color #CA0EB6: hue angle of 306.38º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0EB6 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20214182-
CMYK00.930.100.21
HSL306.38º87.04%42.35%-
HSV(B)306.38º93.07%79.22%-
XYZ32.9616.2545.66-
YUV89.36180.28208.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 14 (5.86% from 255) = 3.52%
BLUE value IS 182 (71.48% from 255) = 45.73%
R=50.75%
G=3.52%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021418200.930.100.21306.3887.0442.35
HexCAEB605DA15132572a
Octal312162660135122546212752
Binary11001010111010110110010111011010101011001100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0EB6; }

 p { color: rgb(202,14,182); }

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

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

 a { background-color: rgb(202,14,182); }

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

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

 span { border-color: rgb(202,14,182); }

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