Shades of Deep Magenta #CB02BD
Tints of Deep Magenta #CB02BD
RGB
CMYK
RGB Variations
Color information
#CB02BD (or 0xCB02BD) is known color: Deep Magenta. HEX triplet: CB, 02 and BD. RGB value is (203,2,189). Sum of RGB (Red+Green+Blue) = 203+2+189=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02BD is #34FD42. Grayscale: #525252. Windows color (decimal): -3472707 or 12387019. OLE color: 12387019.
HSL color Cylindrical-coordinate representation of color #CB02BD: hue angle of 304.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02BD is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.20 |
| HSL | 304.18º | 0.98% | 0.4% | - |
| HSV(B) | 304.18º | 0.99% | 0.8% | - |
| XYZ | 33.84 | 16.41 | 49.53 | - |
| YUV | 83.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 189 | 0 | 0.99 | 0.07 | 0.20 | 304.18 | 0.98 | 0.4 |
| Hex | CB | 2 | BD | 0 | 63 | 7 | 14 | 130 | 62 | 28 |
| Octal | 313 | 2 | 275 | 0 | 143 | 7 | 24 | 460 | 142 | 50 |
| Binary | 11001011 | 10 | 10111101 | 0 | 1100011 | 111 | 10100 | 100110000 | 1100010 | 101000 |
Color Harmonies of #CB02BD
Complementary color
Monochromatic Colors of #CB02BD
Black with #CB02BD
Text Example
Text Example
White with #CB02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02BD; }
p { color: rgb(203,2,189); }
H1.HeaderClassName
{
color: #CB02BD;
}
.AnyTagClassName
{
color: #CB02BD;
}
</style>
background-color css
<style>
a { background-color: #CB02BD; }
a { background-color: rgb(203,2,189); }
div.DivClassName
{
background-color: #CB02BD;
}
.BgClassName
{
background-color: #CB02BD;
}
</style>
border-color css
<style>
span { border-color: #CB02BD; }
span { border-color: rgb(203,2,189); }
td.TdClassName
{
border-color: #CB02BD;
}
.TagClassName
{
border-color: #CB02BD;
}
</style>