Shades of Deep Magenta #CB00BE
Tints of Deep Magenta #CB00BE
RGB
CMYK
RGB Variations
Color information
#CB00BE (or 0xCB00BE) is known color: Deep Magenta. HEX triplet: CB, 00 and BE. RGB value is (203,0,190). Sum of RGB (Red+Green+Blue) = 203+0+190=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00BE is #34FF41. Grayscale: #515151. Windows color (decimal): -3473218 or 12452043. OLE color: 12452043.
HSL color Cylindrical-coordinate representation of color #CB00BE: hue angle of 303.84º 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 #CB00BE is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.06 | 0.20 |
| HSL | 303.84º | 1% | 0.4% | - |
| HSV(B) | 303.84º | 1% | 0.8% | - |
| XYZ | 33.92 | 16.41 | 50.1 | - |
| YUV | 82.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 190 | 0 | 1 | 0.06 | 0.20 | 303.84 | 1 | 0.4 |
| Hex | CB | 0 | BE | 0 | 64 | 6 | 14 | 130 | 64 | 28 |
| Octal | 313 | 0 | 276 | 0 | 144 | 6 | 24 | 460 | 144 | 50 |
| Binary | 11001011 | 0 | 10111110 | 0 | 1100100 | 110 | 10100 | 100110000 | 1100100 | 101000 |
Color Harmonies of #CB00BE
Complementary color
Monochromatic Colors of #CB00BE
Black with #CB00BE
Text Example
Text Example
White with #CB00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00BE; }
p { color: rgb(203,0,190); }
H1.HeaderClassName
{
color: #CB00BE;
}
.AnyTagClassName
{
color: #CB00BE;
}
</style>
background-color css
<style>
a { background-color: #CB00BE; }
a { background-color: rgb(203,0,190); }
div.DivClassName
{
background-color: #CB00BE;
}
.BgClassName
{
background-color: #CB00BE;
}
</style>
border-color css
<style>
span { border-color: #CB00BE; }
span { border-color: rgb(203,0,190); }
td.TdClassName
{
border-color: #CB00BE;
}
.TagClassName
{
border-color: #CB00BE;
}
</style>