Shades of Deep Magenta #CB03DB
Tints of Deep Magenta #CB03DB
RGB
CMYK
RGB Variations
Color information
#CB03DB (or 0xCB03DB) is known color: Deep Magenta. HEX triplet: CB, 03 and DB. RGB value is (203,3,219). Sum of RGB (Red+Green+Blue) = 203+3+219=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03DB is #34FC24. Grayscale: #565656. Windows color (decimal): -3472421 or 14353355. OLE color: 14353355.
HSL color Cylindrical-coordinate representation of color #CB03DB: hue angle of 295.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03DB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 3 | 219 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.14 |
| HSL | 295.56º | 0.97% | 0.44% | - |
| HSV(B) | 295.56º | 0.99% | 0.86% | - |
| XYZ | 37.45 | 17.88 | 68.49 | - |
| YUV | 87.42 | 202.26 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 219 | 0.07 | 0.99 | 0 | 0.14 | 295.56 | 0.97 | 0.44 |
| Hex | CB | 3 | DB | 7 | 63 | 0 | E | 128 | 61 | 2C |
| Octal | 313 | 3 | 333 | 7 | 143 | 0 | 16 | 450 | 141 | 54 |
| Binary | 11001011 | 11 | 11011011 | 111 | 1100011 | 0 | 1110 | 100101000 | 1100001 | 101100 |
Color Harmonies of #CB03DB
Complementary color
Monochromatic Colors of #CB03DB
Black with #CB03DB
Text Example
Text Example
White with #CB03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03DB; }
p { color: rgb(203,3,219); }
H1.HeaderClassName
{
color: #CB03DB;
}
.AnyTagClassName
{
color: #CB03DB;
}
</style>
background-color css
<style>
a { background-color: #CB03DB; }
a { background-color: rgb(203,3,219); }
div.DivClassName
{
background-color: #CB03DB;
}
.BgClassName
{
background-color: #CB03DB;
}
</style>
border-color css
<style>
span { border-color: #CB03DB; }
span { border-color: rgb(203,3,219); }
td.TdClassName
{
border-color: #CB03DB;
}
.TagClassName
{
border-color: #CB03DB;
}
</style>