#CA02E1

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

Shades of Deep Magenta #CA02E1

Tints of Deep Magenta #CA02E1

Color information

#CA02E1 (or 0xCA02E1) is unknown color: approx Deep Magenta. HEX triplet: CA, 02 and E1. RGB value is (202,2,225). Sum of RGB (Red+Green+Blue) = 202+2+225=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA02E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02E1 is #35FD1E. Grayscale: #565656. Windows color (decimal): -3538207 or 14746314. OLE color: 14746314.

HSL color Cylindrical-coordinate representation of color #CA02E1: hue angle of 293.81º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02E1 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2022225-
CMYK0.100.9900.12
HSL293.81º98.24%44.51%-
HSV(B)293.81º99.11%88.24%-
XYZ37.9718.0472.71-
YUV87.22205.76209.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=47.09%
G=0.47%
B=52.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20222250.100.9900.12293.8198.2444.51
HexCA2E1A630C126622d
Octal31223411214301444614255
Binary11001010101110000110101100011011001001001101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA02E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA02E1; }

 p { color: rgb(202,2,225); }

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

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

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

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

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

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

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