Shades of Deep Magenta #CB0FBB
Tints of Deep Magenta #CB0FBB
RGB
CMYK
RGB Variations
Color information
#CB0FBB (or 0xCB0FBB) is known color: Deep Magenta. HEX triplet: CB, 0F and BB. RGB value is (203,15,187). Sum of RGB (Red+Green+Blue) = 203+15+187=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FBB is #34F044. Grayscale: #5A5A5A. Windows color (decimal): -3469381 or 12259275. OLE color: 12259275.
HSL color Cylindrical-coordinate representation of color #CB0FBB: hue angle of 305.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FBB is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 187 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.20 |
| HSL | 305.11º | 0.86% | 0.43% | - |
| HSV(B) | 305.11º | 0.93% | 0.8% | - |
| XYZ | 33.77 | 16.63 | 48.44 | - |
| YUV | 90.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 187 | 0 | 0.93 | 0.08 | 0.20 | 305.11 | 0.86 | 0.43 |
| Hex | CB | F | BB | 0 | 5D | 8 | 14 | 131 | 56 | 2B |
| Octal | 313 | 17 | 273 | 0 | 135 | 10 | 24 | 461 | 126 | 53 |
| Binary | 11001011 | 1111 | 10111011 | 0 | 1011101 | 1000 | 10100 | 100110001 | 1010110 | 101011 |
Color Harmonies of #CB0FBB
Complementary color
Monochromatic Colors of #CB0FBB
Black with #CB0FBB
Text Example
Text Example
White with #CB0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FBB; }
p { color: rgb(203,15,187); }
H1.HeaderClassName
{
color: #CB0FBB;
}
.AnyTagClassName
{
color: #CB0FBB;
}
</style>
background-color css
<style>
a { background-color: #CB0FBB; }
a { background-color: rgb(203,15,187); }
div.DivClassName
{
background-color: #CB0FBB;
}
.BgClassName
{
background-color: #CB0FBB;
}
</style>
border-color css
<style>
span { border-color: #CB0FBB; }
span { border-color: rgb(203,15,187); }
td.TdClassName
{
border-color: #CB0FBB;
}
.TagClassName
{
border-color: #CB0FBB;
}
</style>