Shades of Deep Magenta #CB0FD9
Tints of Deep Magenta #CB0FD9
RGB
CMYK
RGB Variations
Color information
#CB0FD9 (or 0xCB0FD9) is known color: Deep Magenta. HEX triplet: CB, 0F and D9. RGB value is (203,15,217). Sum of RGB (Red+Green+Blue) = 203+15+217=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB0FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FD9 is #34F026. Grayscale: #5D5D5D. Windows color (decimal): -3469351 or 14225355. OLE color: 14225355.
HSL color Cylindrical-coordinate representation of color #CB0FD9: hue angle of 295.84º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FD9 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 15 | 217 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.15 |
| HSL | 295.84º | 0.87% | 0.45% | - |
| HSV(B) | 295.84º | 0.93% | 0.85% | - |
| XYZ | 37.32 | 18.05 | 67.16 | - |
| YUV | 94.24 | 197.28 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 217 | 0.06 | 0.93 | 0 | 0.15 | 295.84 | 0.87 | 0.45 |
| Hex | CB | F | D9 | 6 | 5D | 0 | F | 128 | 57 | 2D |
| Octal | 313 | 17 | 331 | 6 | 135 | 0 | 17 | 450 | 127 | 55 |
| Binary | 11001011 | 1111 | 11011001 | 110 | 1011101 | 0 | 1111 | 100101000 | 1010111 | 101101 |
Color Harmonies of #CB0FD9
Complementary color
Monochromatic Colors of #CB0FD9
Black with #CB0FD9
Text Example
Text Example
White with #CB0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FD9; }
p { color: rgb(203,15,217); }
H1.HeaderClassName
{
color: #CB0FD9;
}
.AnyTagClassName
{
color: #CB0FD9;
}
</style>
background-color css
<style>
a { background-color: #CB0FD9; }
a { background-color: rgb(203,15,217); }
div.DivClassName
{
background-color: #CB0FD9;
}
.BgClassName
{
background-color: #CB0FD9;
}
</style>
border-color css
<style>
span { border-color: #CB0FD9; }
span { border-color: rgb(203,15,217); }
td.TdClassName
{
border-color: #CB0FD9;
}
.TagClassName
{
border-color: #CB0FD9;
}
</style>