Shades of Deep Magenta #CB0CBF
Tints of Deep Magenta #CB0CBF
RGB
CMYK
RGB Variations
Color information
#CB0CBF (or 0xCB0CBF) is known color: Deep Magenta. HEX triplet: CB, 0C and BF. RGB value is (203,12,191). Sum of RGB (Red+Green+Blue) = 203+12+191=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CBF is #34F340. Grayscale: #585858. Windows color (decimal): -3470145 or 12520651. OLE color: 12520651.
HSL color Cylindrical-coordinate representation of color #CB0CBF: hue angle of 303.77º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CBF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.20 |
| HSL | 303.77º | 0.89% | 0.42% | - |
| HSV(B) | 303.77º | 0.94% | 0.8% | - |
| XYZ | 34.16 | 16.72 | 50.72 | - |
| YUV | 89.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 191 | 0 | 0.94 | 0.06 | 0.20 | 303.77 | 0.89 | 0.42 |
| Hex | CB | C | BF | 0 | 5E | 6 | 14 | 130 | 59 | 2A |
| Octal | 313 | 14 | 277 | 0 | 136 | 6 | 24 | 460 | 131 | 52 |
| Binary | 11001011 | 1100 | 10111111 | 0 | 1011110 | 110 | 10100 | 100110000 | 1011001 | 101010 |
Color Harmonies of #CB0CBF
Complementary color
Monochromatic Colors of #CB0CBF
Black with #CB0CBF
Text Example
Text Example
White with #CB0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CBF; }
p { color: rgb(203,12,191); }
H1.HeaderClassName
{
color: #CB0CBF;
}
.AnyTagClassName
{
color: #CB0CBF;
}
</style>
background-color css
<style>
a { background-color: #CB0CBF; }
a { background-color: rgb(203,12,191); }
div.DivClassName
{
background-color: #CB0CBF;
}
.BgClassName
{
background-color: #CB0CBF;
}
</style>
border-color css
<style>
span { border-color: #CB0CBF; }
span { border-color: rgb(203,12,191); }
td.TdClassName
{
border-color: #CB0CBF;
}
.TagClassName
{
border-color: #CB0CBF;
}
</style>