#CA02C3

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

Shades of Deep Magenta #CA02C3

Tints of Deep Magenta #CA02C3

Color information

#CA02C3 (or 0xCA02C3) is unknown color: approx Deep Magenta. HEX triplet: CA, 02 and C3. RGB value is (202,2,195). Sum of RGB (Red+Green+Blue) = 202+2+195=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02C3 is #35FD3C. Grayscale: #535353. Windows color (decimal): -3538237 or 12780234. OLE color: 12780234.

HSL color Cylindrical-coordinate representation of color #CA02C3: hue angle of 302.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02C3 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB2022195-
CMYK00.990.030.21
HSL302.1º98.04%40%-
HSV(B)302.1º99.01%79.22%-
XYZ34.2316.5453.02-
YUV83.8190.76212.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 195 (76.56% from 255) = 48.87%
R=50.63%
G=0.50%
B=48.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202219500.990.030.21302.198.0440
HexCA2C306331512e6228
Octal3122303014332545614250
Binary1100101010110000110110001111101011001011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA02C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA02C3; }

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

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

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

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

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

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

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

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