#CA04C3

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

Shades of Deep Magenta #CA04C3

Tints of Deep Magenta #CA04C3

Color information

#CA04C3 (or 0xCA04C3) is unknown color: approx Deep Magenta. HEX triplet: CA, 04 and C3. RGB value is (202,4,195). Sum of RGB (Red+Green+Blue) = 202+4+195=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04C3 is #35FB3C. Grayscale: #545454. Windows color (decimal): -3537725 or 12780746. OLE color: 12780746.

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

Color convert

RGB2024195-
CMYK00.980.030.21
HSL302.12º96.12%40.39%-
HSV(B)302.12º98.02%79.22%-
XYZ34.2516.5853.03-
YUV84.98190.1211.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 4 (1.95% from 255) = 1.00%
BLUE value IS 195 (76.56% from 255) = 48.63%
R=50.37%
G=1.00%
B=48.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202419500.980.030.21302.1296.1240.39
HexCA4C306231512e6028
Octal3124303014232545614050
Binary11001010100110000110110001011101011001011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA04C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA04C3; }

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

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

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

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

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

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

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

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