Shades of Deep Magenta #CB0FDB
Tints of Deep Magenta #CB0FDB
RGB
CMYK
RGB Variations
Color information
#CB0FDB (or 0xCB0FDB) is known color: Deep Magenta. HEX triplet: CB, 0F and DB. RGB value is (203,15,219). Sum of RGB (Red+Green+Blue) = 203+15+219=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FDB is #34F024. Grayscale: #5D5D5D. Windows color (decimal): -3469349 or 14356427. OLE color: 14356427.
HSL color Cylindrical-coordinate representation of color #CB0FDB: hue angle of 295.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FDB is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 15 | 219 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.14 |
| HSL | 295.29º | 0.87% | 0.46% | - |
| HSV(B) | 295.29º | 0.93% | 0.86% | - |
| XYZ | 37.59 | 18.15 | 68.54 | - |
| YUV | 94.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 219 | 0.07 | 0.93 | 0 | 0.14 | 295.29 | 0.87 | 0.46 |
| Hex | CB | F | DB | 7 | 5D | 0 | E | 127 | 57 | 2E |
| Octal | 313 | 17 | 333 | 7 | 135 | 0 | 16 | 447 | 127 | 56 |
| Binary | 11001011 | 1111 | 11011011 | 111 | 1011101 | 0 | 1110 | 100100111 | 1010111 | 101110 |
Color Harmonies of #CB0FDB
Complementary color
Monochromatic Colors of #CB0FDB
Black with #CB0FDB
Text Example
Text Example
White with #CB0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FDB; }
p { color: rgb(203,15,219); }
H1.HeaderClassName
{
color: #CB0FDB;
}
.AnyTagClassName
{
color: #CB0FDB;
}
</style>
background-color css
<style>
a { background-color: #CB0FDB; }
a { background-color: rgb(203,15,219); }
div.DivClassName
{
background-color: #CB0FDB;
}
.BgClassName
{
background-color: #CB0FDB;
}
</style>
border-color css
<style>
span { border-color: #CB0FDB; }
span { border-color: rgb(203,15,219); }
td.TdClassName
{
border-color: #CB0FDB;
}
.TagClassName
{
border-color: #CB0FDB;
}
</style>