#CA0EB4

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

Shades of Deep Magenta #CA0EB4

Tints of Deep Magenta #CA0EB4

Color information

#CA0EB4 (or 0xCA0EB4) is unknown color: approx Deep Magenta. HEX triplet: CA, 0E and B4. RGB value is (202,14,180). Sum of RGB (Red+Green+Blue) = 202+14+180=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EB4 is #35F14B. Grayscale: #585858. Windows color (decimal): -3535180 or 11800266. OLE color: 11800266.

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

Color convert

RGB20214180-
CMYK00.930.110.21
HSL307.02º87.04%42.35%-
HSV(B)307.02º93.07%79.22%-
XYZ32.7516.1744.57-
YUV89.14179.28208.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 14 (5.86% from 255) = 3.54%
BLUE value IS 180 (70.70% from 255) = 45.45%
R=51.01%
G=3.54%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021418000.930.110.21307.0287.0442.35
HexCAEB405DB15133572a
Octal312162640135132546312752
Binary11001010111010110100010111011011101011001100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0EB4; }

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

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

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

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

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

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

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

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