#CA23D1

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

Shades of Deep Magenta #CA23D1

Tints of Deep Magenta #CA23D1

Color information

#CA23D1 (or 0xCA23D1) is unknown color: approx Deep Magenta. HEX triplet: CA, 23 and D1. RGB value is (202,35,209). Sum of RGB (Red+Green+Blue) = 202+35+209=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA23D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23D1 is #35DC2E. Grayscale: #686868. Windows color (decimal): -3529775 or 13706186. OLE color: 13706186.

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

Color convert

RGB20235209-
CMYK0.030.8300.18
HSL297.59º71.31%47.84%-
HSV(B)297.59º83.25%81.96%-
XYZ36.4718.3661.94-
YUV104.77186.83197.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 35 (14.06% from 255) = 7.85%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=45.29%
G=7.85%
B=46.86%

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
Decimal202352090.030.8300.18297.5971.3147.84
HexCA23D135301212a4730
Octal31243321312302245210760
Binary11001010100011110100011110100110100101001010101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA23D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA23D1; }

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

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

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

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

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

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

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

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