#CA0DB8

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

Shades of Deep Magenta #CA0DB8

Tints of Deep Magenta #CA0DB8

Color information

#CA0DB8 (or 0xCA0DB8) is unknown color: approx Deep Magenta. HEX triplet: CA, 0D and B8. RGB value is (202,13,184). Sum of RGB (Red+Green+Blue) = 202+13+184=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DB8 is #35F247. Grayscale: #585858. Windows color (decimal): -3535432 or 12062154. OLE color: 12062154.

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

Color convert

RGB20213184-
CMYK00.940.090.21
HSL305.71º87.91%42.16%-
HSV(B)305.71º93.56%79.22%-
XYZ33.1516.3146.75-
YUV89181.62208.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 13 (5.47% from 255) = 3.26%
BLUE value IS 184 (72.27% from 255) = 46.12%
R=50.63%
G=3.26%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021318400.940.090.21305.7187.9142.16
HexCADB805E915132582a
Octal312152700136112546213052
Binary11001010110110111000010111101001101011001100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0DB8; }

 p { color: rgb(202,13,184); }

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

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

 a { background-color: rgb(202,13,184); }

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

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

 span { border-color: rgb(202,13,184); }

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