#CA24C2

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

Shades of Deep Magenta #CA24C2

Tints of Deep Magenta #CA24C2

Color information

#CA24C2 (or 0xCA24C2) is unknown color: approx Deep Magenta. HEX triplet: CA, 24 and C2. RGB value is (202,36,194). Sum of RGB (Red+Green+Blue) = 202+36+194=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24C2 is #35DB3D. Grayscale: #676767. Windows color (decimal): -3529534 or 12723402. OLE color: 12723402.

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

Color convert

RGB20236194-
CMYK00.820.040.21
HSL302.89º69.75%46.67%-
HSV(B)302.89º82.18%79.22%-
XYZ34.7317.7152.63-
YUV103.65179198.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 36 (14.45% from 255) = 8.33%
BLUE value IS 194 (76.17% from 255) = 44.91%
R=46.76%
G=8.33%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023619400.820.040.21302.8969.7546.67
HexCA24C205241512f462f
Octal31244302012242545710657
Binary110010101001001100001001010010100101011001011111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA24C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA24C2; }

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

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

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

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

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

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

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

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