Shades of Deep Magenta #CB0DCE
Tints of Deep Magenta #CB0DCE
RGB
CMYK
RGB Variations
Color information
#CB0DCE (or 0xCB0DCE) is known color: Deep Magenta. HEX triplet: CB, 0D and CE. RGB value is (203,13,206). Sum of RGB (Red+Green+Blue) = 203+13+206=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0DCE is #34F231. Grayscale: #5B5B5B. Windows color (decimal): -3469874 or 13503947. OLE color: 13503947.
HSL color Cylindrical-coordinate representation of color #CB0DCE: hue angle of 299.07º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0DCE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 13 | 206 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.19 |
| HSL | 299.07º | 0.88% | 0.43% | - |
| HSV(B) | 299.07º | 0.94% | 0.81% | - |
| XYZ | 35.91 | 17.44 | 59.87 | - |
| YUV | 91.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 206 | 0.01 | 0.94 | 0 | 0.19 | 299.07 | 0.88 | 0.43 |
| Hex | CB | D | CE | 1 | 5E | 0 | 13 | 12B | 58 | 2B |
| Octal | 313 | 15 | 316 | 1 | 136 | 0 | 23 | 453 | 130 | 53 |
| Binary | 11001011 | 1101 | 11001110 | 1 | 1011110 | 0 | 10011 | 100101011 | 1011000 | 101011 |
Color Harmonies of #CB0DCE
Complementary color
Monochromatic Colors of #CB0DCE
Black with #CB0DCE
Text Example
Text Example
White with #CB0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DCE; }
p { color: rgb(203,13,206); }
H1.HeaderClassName
{
color: #CB0DCE;
}
.AnyTagClassName
{
color: #CB0DCE;
}
</style>
background-color css
<style>
a { background-color: #CB0DCE; }
a { background-color: rgb(203,13,206); }
div.DivClassName
{
background-color: #CB0DCE;
}
.BgClassName
{
background-color: #CB0DCE;
}
</style>
border-color css
<style>
span { border-color: #CB0DCE; }
span { border-color: rgb(203,13,206); }
td.TdClassName
{
border-color: #CB0DCE;
}
.TagClassName
{
border-color: #CB0DCE;
}
</style>