#CA24CE

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

Shades of Deep Magenta #CA24CE

Tints of Deep Magenta #CA24CE

Color information

#CA24CE (or 0xCA24CE) is unknown color: approx Deep Magenta. HEX triplet: CA, 24 and CE. RGB value is (202,36,206). Sum of RGB (Red+Green+Blue) = 202+36+206=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24CE is #35DB31. Grayscale: #686868. Windows color (decimal): -3529522 or 13509834. OLE color: 13509834.

HSL color Cylindrical-coordinate representation of color #CA24CE: hue angle of 298.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA24CE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20236206-
CMYK0.020.8300.19
HSL298.59º70.25%47.45%-
HSV(B)298.59º82.52%80.78%-
XYZ36.1318.2760.02-
YUV105.01185197.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 36 (14.45% from 255) = 8.11%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=45.50%
G=8.11%
B=46.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202362060.020.8300.19298.5970.2547.45
HexCA24CE25301312b462f
Octal31244316212302345310657
Binary11001010100100110011101010100110100111001010111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA24CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA24CE; }

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

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

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

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

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

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

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

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