Shades of Deep Magenta #CB04DB
Tints of Deep Magenta #CB04DB
RGB
CMYK
RGB Variations
Color information
#CB04DB (or 0xCB04DB) is known color: Deep Magenta. HEX triplet: CB, 04 and DB. RGB value is (203,4,219). Sum of RGB (Red+Green+Blue) = 203+4+219=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04DB is #34FB24. Grayscale: #575757. Windows color (decimal): -3472165 or 14353611. OLE color: 14353611.
HSL color Cylindrical-coordinate representation of color #CB04DB: hue angle of 295.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04DB is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 4 | 219 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.14 |
| HSL | 295.53º | 0.96% | 0.44% | - |
| HSV(B) | 295.53º | 0.98% | 0.86% | - |
| XYZ | 37.46 | 17.9 | 68.5 | - |
| YUV | 88.01 | 201.93 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 219 | 0.07 | 0.98 | 0 | 0.14 | 295.53 | 0.96 | 0.44 |
| Hex | CB | 4 | DB | 7 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 313 | 4 | 333 | 7 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001011 | 100 | 11011011 | 111 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CB04DB
Complementary color
Monochromatic Colors of #CB04DB
Black with #CB04DB
Text Example
Text Example
White with #CB04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04DB; }
p { color: rgb(203,4,219); }
H1.HeaderClassName
{
color: #CB04DB;
}
.AnyTagClassName
{
color: #CB04DB;
}
</style>
background-color css
<style>
a { background-color: #CB04DB; }
a { background-color: rgb(203,4,219); }
div.DivClassName
{
background-color: #CB04DB;
}
.BgClassName
{
background-color: #CB04DB;
}
</style>
border-color css
<style>
span { border-color: #CB04DB; }
span { border-color: rgb(203,4,219); }
td.TdClassName
{
border-color: #CB04DB;
}
.TagClassName
{
border-color: #CB04DB;
}
</style>