Shades of Deep Magenta #CB15DB
Tints of Deep Magenta #CB15DB
RGB
CMYK
RGB Variations
Color information
#CB15DB (or 0xCB15DB) is known color: Deep Magenta. HEX triplet: CB, 15 and DB. RGB value is (203,21,219). Sum of RGB (Red+Green+Blue) = 203+21+219=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15DB is #34EA24. Grayscale: #616161. Windows color (decimal): -3467813 or 14357963. OLE color: 14357963.
HSL color Cylindrical-coordinate representation of color #CB15DB: hue angle of 295.15º 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 #CB15DB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 21 | 219 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.14 |
| HSL | 295.15º | 0.83% | 0.47% | - |
| HSV(B) | 295.15º | 0.9% | 0.86% | - |
| XYZ | 37.68 | 18.35 | 68.57 | - |
| YUV | 97.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 219 | 0.07 | 0.90 | 0 | 0.14 | 295.15 | 0.83 | 0.47 |
| Hex | CB | 15 | DB | 7 | 5A | 0 | E | 127 | 52 | 2F |
| Octal | 313 | 25 | 333 | 7 | 132 | 0 | 16 | 447 | 122 | 57 |
| Binary | 11001011 | 10101 | 11011011 | 111 | 1011010 | 0 | 1110 | 100100111 | 1010010 | 101111 |
Color Harmonies of #CB15DB
Complementary color
Monochromatic Colors of #CB15DB
Black with #CB15DB
Text Example
Text Example
White with #CB15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15DB; }
p { color: rgb(203,21,219); }
H1.HeaderClassName
{
color: #CB15DB;
}
.AnyTagClassName
{
color: #CB15DB;
}
</style>
background-color css
<style>
a { background-color: #CB15DB; }
a { background-color: rgb(203,21,219); }
div.DivClassName
{
background-color: #CB15DB;
}
.BgClassName
{
background-color: #CB15DB;
}
</style>
border-color css
<style>
span { border-color: #CB15DB; }
span { border-color: rgb(203,21,219); }
td.TdClassName
{
border-color: #CB15DB;
}
.TagClassName
{
border-color: #CB15DB;
}
</style>