#CA04C2

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

Shades of Deep Magenta #CA04C2

Tints of Deep Magenta #CA04C2

Color information

#CA04C2 (or 0xCA04C2) is unknown color: approx Deep Magenta. HEX triplet: CA, 04 and C2. RGB value is (202,4,194). Sum of RGB (Red+Green+Blue) = 202+4+194=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04C2 is #35FB3D. Grayscale: #545454. Windows color (decimal): -3537726 or 12715210. OLE color: 12715210.

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

Color convert

RGB2024194-
CMYK00.980.040.21
HSL302.42º96.12%40.39%-
HSV(B)302.42º98.02%79.22%-
XYZ34.1416.5452.43-
YUV84.86189.6211.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 4 (1.95% from 255) = 1%
BLUE value IS 194 (76.17% from 255) = 48.5%
R=50.5%
G=1%
B=48.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202419400.980.040.21302.4296.1240.39
HexCA4C206241512e6028
Octal3124302014242545614050
Binary110010101001100001001100010100101011001011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA04C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA04C2; }

 p { color: rgb(202,4,194); }

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

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

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

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

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

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

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