#CA24D1

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

Shades of Deep Magenta #CA24D1

Tints of Deep Magenta #CA24D1

Color information

#CA24D1 (or 0xCA24D1) is unknown color: approx Deep Magenta. HEX triplet: CA, 24 and D1. RGB value is (202,36,209). Sum of RGB (Red+Green+Blue) = 202+36+209=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA24D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24D1 is #35DB2E. Grayscale: #686868. Windows color (decimal): -3529519 or 13706442. OLE color: 13706442.

HSL color Cylindrical-coordinate representation of color #CA24D1: hue angle of 297.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA24D1 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20236209-
CMYK0.030.8300.18
HSL297.57º70.61%48.04%-
HSV(B)297.57º82.78%81.96%-
XYZ36.518.4261.95-
YUV105.36186.5196.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 36 (14.45% from 255) = 8.05%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=45.19%
G=8.05%
B=46.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202362090.030.8300.18297.5770.6148.04
HexCA24D135301212a4730
Octal31244321312302245210760
Binary11001010100100110100011110100110100101001010101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA24D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA24D1; }

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

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

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

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

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

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

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

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