Shades of Deep Magenta #CB00BC
Tints of Deep Magenta #CB00BC
RGB
CMYK
RGB Variations
Color information
#CB00BC (or 0xCB00BC) is known color: Deep Magenta. HEX triplet: CB, 00 and BC. RGB value is (203,0,188). Sum of RGB (Red+Green+Blue) = 203+0+188=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00BC is #34FF43. Grayscale: #515151. Windows color (decimal): -3473220 or 12320971. OLE color: 12320971.
HSL color Cylindrical-coordinate representation of color #CB00BC: hue angle of 304.43º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00BC is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.07 | 0.20 |
| HSL | 304.43º | 1% | 0.4% | - |
| HSV(B) | 304.43º | 1% | 0.8% | - |
| XYZ | 33.71 | 16.33 | 48.95 | - |
| YUV | 82.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 188 | 0 | 1 | 0.07 | 0.20 | 304.43 | 1 | 0.4 |
| Hex | CB | 0 | BC | 0 | 64 | 7 | 14 | 130 | 64 | 28 |
| Octal | 313 | 0 | 274 | 0 | 144 | 7 | 24 | 460 | 144 | 50 |
| Binary | 11001011 | 0 | 10111100 | 0 | 1100100 | 111 | 10100 | 100110000 | 1100100 | 101000 |
Color Harmonies of #CB00BC
Complementary color
Monochromatic Colors of #CB00BC
Black with #CB00BC
Text Example
Text Example
White with #CB00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00BC; }
p { color: rgb(203,0,188); }
H1.HeaderClassName
{
color: #CB00BC;
}
.AnyTagClassName
{
color: #CB00BC;
}
</style>
background-color css
<style>
a { background-color: #CB00BC; }
a { background-color: rgb(203,0,188); }
div.DivClassName
{
background-color: #CB00BC;
}
.BgClassName
{
background-color: #CB00BC;
}
</style>
border-color css
<style>
span { border-color: #CB00BC; }
span { border-color: rgb(203,0,188); }
td.TdClassName
{
border-color: #CB00BC;
}
.TagClassName
{
border-color: #CB00BC;
}
</style>