Shades of Deep Magenta #CA23DC
Tints of Deep Magenta #CA23DC
RGB
CMYK
RGB Variations
Color information
#CA23DC (or 0xCA23DC) is known color: Deep Magenta. HEX triplet: CA, 23 and DC. RGB value is (202,35,220). Sum of RGB (Red+Green+Blue) = 202+35+220=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23DC is #35DC23. Grayscale: #696969. Windows color (decimal): -3529764 or 14427082. OLE color: 14427082.
HSL color Cylindrical-coordinate representation of color #CA23DC: hue angle of 294.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA23DC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 35 | 220 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.14 |
| HSL | 294.16º | 0.73% | 0.5% | - |
| HSV(B) | 294.16º | 0.84% | 0.86% | - |
| XYZ | 37.88 | 18.93 | 69.37 | - |
| YUV | 106.02 | 192.33 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 220 | 0.08 | 0.84 | 0 | 0.14 | 294.16 | 0.73 | 0.5 |
| Hex | CA | 23 | DC | 8 | 54 | 0 | E | 126 | 49 | 32 |
| Octal | 312 | 43 | 334 | 10 | 124 | 0 | 16 | 446 | 111 | 62 |
| Binary | 11001010 | 100011 | 11011100 | 1000 | 1010100 | 0 | 1110 | 100100110 | 1001001 | 110010 |
Color Harmonies of #CA23DC
Complementary color
Monochromatic Colors of #CA23DC
Black with #CA23DC
Text Example
Text Example
White with #CA23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23DC; }
p { color: rgb(202,35,220); }
H1.HeaderClassName
{
color: #CA23DC;
}
.AnyTagClassName
{
color: #CA23DC;
}
</style>
background-color css
<style>
a { background-color: #CA23DC; }
a { background-color: rgb(202,35,220); }
div.DivClassName
{
background-color: #CA23DC;
}
.BgClassName
{
background-color: #CA23DC;
}
</style>
border-color css
<style>
span { border-color: #CA23DC; }
span { border-color: rgb(202,35,220); }
td.TdClassName
{
border-color: #CA23DC;
}
.TagClassName
{
border-color: #CA23DC;
}
</style>