#CA0DB7

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

Shades of Deep Magenta #CA0DB7

Tints of Deep Magenta #CA0DB7

Color information

#CA0DB7 (or 0xCA0DB7) is unknown color: approx Deep Magenta. HEX triplet: CA, 0D and B7. RGB value is (202,13,183). Sum of RGB (Red+Green+Blue) = 202+13+183=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DB7 is #35F248. Grayscale: #585858. Windows color (decimal): -3535433 or 11996618. OLE color: 11996618.

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

Color convert

RGB20213183-
CMYK00.940.090.21
HSL306.03º87.91%42.16%-
HSV(B)306.03º93.56%79.22%-
XYZ33.0516.2646.2-
YUV88.89181.12208.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 183 (71.88% from 255) = 45.98%
R=50.75%
G=3.27%
B=45.98%

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
Decimal2021318300.940.090.21306.0387.9142.16
HexCADB705E915132582a
Octal312152670136112546213052
Binary11001010110110110111010111101001101011001100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0DB7; }

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

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

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

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

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

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

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

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