#CA0DCA

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

Shades of Deep Magenta #CA0DCA

Tints of Deep Magenta #CA0DCA

Color information

#CA0DCA (or 0xCA0DCA) is unknown color: approx Deep Magenta. HEX triplet: CA, 0D and CA. RGB value is (202,13,202). Sum of RGB (Red+Green+Blue) = 202+13+202=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA0DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DCA is #35F235. Grayscale: #5A5A5A. Windows color (decimal): -3535414 or 13241802. OLE color: 13241802.

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

Color convert

RGB20213202-
CMYK00.9400.21
HSL300º87.91%42.16%-
HSV(B)300º93.56%79.22%-
XYZ35.1617.1157.33-
YUV91.06190.62207.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 13 (5.47% from 255) = 3.12%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=48.44%
G=3.12%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021320200.9400.2130087.9142.16
HexCADCA05E01512c582a
Octal31215312013602545413052
Binary11001010110111001010010111100101011001011001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0DCA; }

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

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

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

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

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

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

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

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