#CA0EC1

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

Shades of Deep Magenta #CA0EC1

Tints of Deep Magenta #CA0EC1

Color information

#CA0EC1 (or 0xCA0EC1) is unknown color: approx Deep Magenta. HEX triplet: CA, 0E and C1. RGB value is (202,14,193). Sum of RGB (Red+Green+Blue) = 202+14+193=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EC1 is #35F13E. Grayscale: #5A5A5A. Windows color (decimal): -3535167 or 12652234. OLE color: 12652234.

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

Color convert

RGB20214193-
CMYK00.930.040.21
HSL302.87º87.04%42.35%-
HSV(B)302.87º93.07%79.22%-
XYZ34.1416.7251.88-
YUV90.62185.78207.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 14 (5.86% from 255) = 3.42%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=49.39%
G=3.42%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021419300.930.040.21302.8787.0442.35
HexCAEC105D41512f572a
Octal31216301013542545712752
Binary1100101011101100000101011101100101011001011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0EC1; }

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

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

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

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

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

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

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

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