Shades of Deep Magenta #CB0DCB
Tints of Deep Magenta #CB0DCB
RGB
CMYK
RGB Variations
Color information
#CB0DCB (or 0xCB0DCB) is known color: Deep Magenta. HEX triplet: CB, 0D and CB. RGB value is (203,13,203). Sum of RGB (Red+Green+Blue) = 203+13+203=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0DCB is #34F234. Grayscale: #5A5A5A. Windows color (decimal): -3469877 or 13307339. OLE color: 13307339.
HSL color Cylindrical-coordinate representation of color #CB0DCB: hue angle of 300º degrees, saturation: 0.88, 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 #CB0DCB is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0 | 0.20 |
| HSL | 300º | 0.88% | 0.42% | - |
| HSV(B) | 300º | 0.94% | 0.8% | - |
| XYZ | 35.55 | 17.3 | 57.96 | - |
| YUV | 91.47 | 190.95 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 203 | 0 | 0.94 | 0 | 0.20 | 300 | 0.88 | 0.42 |
| Hex | CB | D | CB | 0 | 5E | 0 | 14 | 12C | 58 | 2A |
| Octal | 313 | 15 | 313 | 0 | 136 | 0 | 24 | 454 | 130 | 52 |
| Binary | 11001011 | 1101 | 11001011 | 0 | 1011110 | 0 | 10100 | 100101100 | 1011000 | 101010 |
Color Harmonies of #CB0DCB
Complementary color
Monochromatic Colors of #CB0DCB
Black with #CB0DCB
Text Example
Text Example
White with #CB0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DCB; }
p { color: rgb(203,13,203); }
H1.HeaderClassName
{
color: #CB0DCB;
}
.AnyTagClassName
{
color: #CB0DCB;
}
</style>
background-color css
<style>
a { background-color: #CB0DCB; }
a { background-color: rgb(203,13,203); }
div.DivClassName
{
background-color: #CB0DCB;
}
.BgClassName
{
background-color: #CB0DCB;
}
</style>
border-color css
<style>
span { border-color: #CB0DCB; }
span { border-color: rgb(203,13,203); }
td.TdClassName
{
border-color: #CB0DCB;
}
.TagClassName
{
border-color: #CB0DCB;
}
</style>