Shades of Deep Magenta #CA15DB
Tints of Deep Magenta #CA15DB
RGB
CMYK
RGB Variations
Color information
#CA15DB (or 0xCA15DB) is known color: Deep Magenta. HEX triplet: CA, 15 and DB. RGB value is (202,21,219). Sum of RGB (Red+Green+Blue) = 202+21+219=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15DB is #35EA24. Grayscale: #616161. Windows color (decimal): -3533349 or 14357962. OLE color: 14357962.
HSL color Cylindrical-coordinate representation of color #CA15DB: hue angle of 294.85º degrees, saturation: 0.82, 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 #CA15DB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 21 | 219 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.14 |
| HSL | 294.85º | 0.83% | 0.47% | - |
| HSV(B) | 294.85º | 0.9% | 0.86% | - |
| XYZ | 37.41 | 18.21 | 68.56 | - |
| YUV | 97.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 219 | 0.08 | 0.90 | 0 | 0.14 | 294.85 | 0.83 | 0.47 |
| Hex | CA | 15 | DB | 8 | 5A | 0 | E | 127 | 52 | 2F |
| Octal | 312 | 25 | 333 | 10 | 132 | 0 | 16 | 447 | 122 | 57 |
| Binary | 11001010 | 10101 | 11011011 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010010 | 101111 |
Color Harmonies of #CA15DB
Complementary color
Monochromatic Colors of #CA15DB
Black with #CA15DB
Text Example
Text Example
White with #CA15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15DB; }
p { color: rgb(202,21,219); }
H1.HeaderClassName
{
color: #CA15DB;
}
.AnyTagClassName
{
color: #CA15DB;
}
</style>
background-color css
<style>
a { background-color: #CA15DB; }
a { background-color: rgb(202,21,219); }
div.DivClassName
{
background-color: #CA15DB;
}
.BgClassName
{
background-color: #CA15DB;
}
</style>
border-color css
<style>
span { border-color: #CA15DB; }
span { border-color: rgb(202,21,219); }
td.TdClassName
{
border-color: #CA15DB;
}
.TagClassName
{
border-color: #CA15DB;
}
</style>