Shades of Deep Magenta #CB14DB
Tints of Deep Magenta #CB14DB
RGB
CMYK
RGB Variations
Color information
#CB14DB (or 0xCB14DB) is known color: Deep Magenta. HEX triplet: CB, 14 and DB. RGB value is (203,20,219). Sum of RGB (Red+Green+Blue) = 203+20+219=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 20 (8.20% from 255 or 4.52% 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 #CB14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14DB is #34EB24. Grayscale: #606060. Windows color (decimal): -3468069 or 14357707. OLE color: 14357707.
HSL color Cylindrical-coordinate representation of color #CB14DB: hue angle of 295.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB14DB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 20 | 219 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.14 |
| HSL | 295.18º | 0.83% | 0.47% | - |
| HSV(B) | 295.18º | 0.91% | 0.86% | - |
| XYZ | 37.66 | 18.31 | 68.57 | - |
| YUV | 97.4 | 196.63 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 219 | 0.07 | 0.91 | 0 | 0.14 | 295.18 | 0.83 | 0.47 |
| Hex | CB | 14 | DB | 7 | 5B | 0 | E | 127 | 53 | 2F |
| Octal | 313 | 24 | 333 | 7 | 133 | 0 | 16 | 447 | 123 | 57 |
| Binary | 11001011 | 10100 | 11011011 | 111 | 1011011 | 0 | 1110 | 100100111 | 1010011 | 101111 |
Color Harmonies of #CB14DB
Complementary color
Monochromatic Colors of #CB14DB
Black with #CB14DB
Text Example
Text Example
White with #CB14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14DB; }
p { color: rgb(203,20,219); }
H1.HeaderClassName
{
color: #CB14DB;
}
.AnyTagClassName
{
color: #CB14DB;
}
</style>
background-color css
<style>
a { background-color: #CB14DB; }
a { background-color: rgb(203,20,219); }
div.DivClassName
{
background-color: #CB14DB;
}
.BgClassName
{
background-color: #CB14DB;
}
</style>
border-color css
<style>
span { border-color: #CB14DB; }
span { border-color: rgb(203,20,219); }
td.TdClassName
{
border-color: #CB14DB;
}
.TagClassName
{
border-color: #CB14DB;
}
</style>