Shades of Deep Magenta #CB0BDF
Tints of Deep Magenta #CB0BDF
RGB
CMYK
RGB Variations
Color information
#CB0BDF (or 0xCB0BDF) is known color: Deep Magenta. HEX triplet: CB, 0B and DF. RGB value is (203,11,223). Sum of RGB (Red+Green+Blue) = 203+11+223=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0BDF is #34F420. Grayscale: #5B5B5B. Windows color (decimal): -3470369 or 14617547. OLE color: 14617547.
HSL color Cylindrical-coordinate representation of color #CB0BDF: hue angle of 294.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0BDF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 11 | 223 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.34º | 0.91% | 0.46% | - |
| HSV(B) | 294.34º | 0.95% | 0.87% | - |
| XYZ | 38.07 | 18.26 | 71.33 | - |
| YUV | 92.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 223 | 0.09 | 0.95 | 0 | 0.13 | 294.34 | 0.91 | 0.46 |
| Hex | CB | B | DF | 9 | 5F | 0 | D | 126 | 5B | 2E |
| Octal | 313 | 13 | 337 | 11 | 137 | 0 | 15 | 446 | 133 | 56 |
| Binary | 11001011 | 1011 | 11011111 | 1001 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101110 |
Color Harmonies of #CB0BDF
Complementary color
Monochromatic Colors of #CB0BDF
Black with #CB0BDF
Text Example
Text Example
White with #CB0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0BDF; }
p { color: rgb(203,11,223); }
H1.HeaderClassName
{
color: #CB0BDF;
}
.AnyTagClassName
{
color: #CB0BDF;
}
</style>
background-color css
<style>
a { background-color: #CB0BDF; }
a { background-color: rgb(203,11,223); }
div.DivClassName
{
background-color: #CB0BDF;
}
.BgClassName
{
background-color: #CB0BDF;
}
</style>
border-color css
<style>
span { border-color: #CB0BDF; }
span { border-color: rgb(203,11,223); }
td.TdClassName
{
border-color: #CB0BDF;
}
.TagClassName
{
border-color: #CB0BDF;
}
</style>