Shades of Deep Magenta #CB0BD7
Tints of Deep Magenta #CB0BD7
RGB
CMYK
RGB Variations
Color information
#CB0BD7 (or 0xCB0BD7) is known color: Deep Magenta. HEX triplet: CB, 0B and D7. RGB value is (203,11,215). Sum of RGB (Red+Green+Blue) = 203+11+215=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB0BD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0BD7 is #34F428. Grayscale: #5B5B5B. Windows color (decimal): -3470377 or 14093259. OLE color: 14093259.
HSL color Cylindrical-coordinate representation of color #CB0BD7: hue angle of 296.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0BD7 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 11 | 215 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.16 |
| HSL | 296.47º | 0.9% | 0.44% | - |
| HSV(B) | 296.47º | 0.95% | 0.84% | - |
| XYZ | 37.01 | 17.84 | 65.78 | - |
| YUV | 91.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 215 | 0.06 | 0.95 | 0 | 0.16 | 296.47 | 0.9 | 0.44 |
| Hex | CB | B | D7 | 6 | 5F | 0 | 10 | 128 | 5A | 2C |
| Octal | 313 | 13 | 327 | 6 | 137 | 0 | 20 | 450 | 132 | 54 |
| Binary | 11001011 | 1011 | 11010111 | 110 | 1011111 | 0 | 10000 | 100101000 | 1011010 | 101100 |
Color Harmonies of #CB0BD7
Complementary color
Monochromatic Colors of #CB0BD7
Black with #CB0BD7
Text Example
Text Example
White with #CB0BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0BD7; }
p { color: rgb(203,11,215); }
H1.HeaderClassName
{
color: #CB0BD7;
}
.AnyTagClassName
{
color: #CB0BD7;
}
</style>
background-color css
<style>
a { background-color: #CB0BD7; }
a { background-color: rgb(203,11,215); }
div.DivClassName
{
background-color: #CB0BD7;
}
.BgClassName
{
background-color: #CB0BD7;
}
</style>
border-color css
<style>
span { border-color: #CB0BD7; }
span { border-color: rgb(203,11,215); }
td.TdClassName
{
border-color: #CB0BD7;
}
.TagClassName
{
border-color: #CB0BD7;
}
</style>