Shades of Deep Magenta #CA15DC
Tints of Deep Magenta #CA15DC
RGB
CMYK
RGB Variations
Color information
#CA15DC (or 0xCA15DC) is known color: Deep Magenta. HEX triplet: CA, 15 and DC. RGB value is (202,21,220). Sum of RGB (Red+Green+Blue) = 202+21+220=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15DC is #35EA23. Grayscale: #616161. Windows color (decimal): -3533348 or 14423498. OLE color: 14423498.
HSL color Cylindrical-coordinate representation of color #CA15DC: hue angle of 294.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15DC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 21 | 220 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.14 |
| HSL | 294.57º | 0.83% | 0.47% | - |
| HSV(B) | 294.57º | 0.9% | 0.86% | - |
| XYZ | 37.54 | 18.26 | 69.26 | - |
| YUV | 97.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 220 | 0.08 | 0.90 | 0 | 0.14 | 294.57 | 0.83 | 0.47 |
| Hex | CA | 15 | DC | 8 | 5A | 0 | E | 127 | 53 | 2F |
| Octal | 312 | 25 | 334 | 10 | 132 | 0 | 16 | 447 | 123 | 57 |
| Binary | 11001010 | 10101 | 11011100 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010011 | 101111 |
Color Harmonies of #CA15DC
Complementary color
Monochromatic Colors of #CA15DC
Black with #CA15DC
Text Example
Text Example
White with #CA15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15DC; }
p { color: rgb(202,21,220); }
H1.HeaderClassName
{
color: #CA15DC;
}
.AnyTagClassName
{
color: #CA15DC;
}
</style>
background-color css
<style>
a { background-color: #CA15DC; }
a { background-color: rgb(202,21,220); }
div.DivClassName
{
background-color: #CA15DC;
}
.BgClassName
{
background-color: #CA15DC;
}
</style>
border-color css
<style>
span { border-color: #CA15DC; }
span { border-color: rgb(202,21,220); }
td.TdClassName
{
border-color: #CA15DC;
}
.TagClassName
{
border-color: #CA15DC;
}
</style>