Shades of Deep Magenta #CB0FC9
Tints of Deep Magenta #CB0FC9
RGB
CMYK
RGB Variations
Color information
#CB0FC9 (or 0xCB0FC9) is known color: Deep Magenta. HEX triplet: CB, 0F and C9. RGB value is (203,15,201). Sum of RGB (Red+Green+Blue) = 203+15+201=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FC9 is #34F036. Grayscale: #5B5B5B. Windows color (decimal): -3469367 or 13176779. OLE color: 13176779.
HSL color Cylindrical-coordinate representation of color #CB0FC9: hue angle of 300.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FC9 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 201 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.20 |
| HSL | 300.64º | 0.86% | 0.43% | - |
| HSV(B) | 300.64º | 0.93% | 0.8% | - |
| XYZ | 35.34 | 17.26 | 56.73 | - |
| YUV | 92.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 201 | 0 | 0.93 | 0.01 | 0.20 | 300.64 | 0.86 | 0.43 |
| Hex | CB | F | C9 | 0 | 5D | 1 | 14 | 12D | 56 | 2B |
| Octal | 313 | 17 | 311 | 0 | 135 | 1 | 24 | 455 | 126 | 53 |
| Binary | 11001011 | 1111 | 11001001 | 0 | 1011101 | 1 | 10100 | 100101101 | 1010110 | 101011 |
Color Harmonies of #CB0FC9
Complementary color
Monochromatic Colors of #CB0FC9
Black with #CB0FC9
Text Example
Text Example
White with #CB0FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FC9; }
p { color: rgb(203,15,201); }
H1.HeaderClassName
{
color: #CB0FC9;
}
.AnyTagClassName
{
color: #CB0FC9;
}
</style>
background-color css
<style>
a { background-color: #CB0FC9; }
a { background-color: rgb(203,15,201); }
div.DivClassName
{
background-color: #CB0FC9;
}
.BgClassName
{
background-color: #CB0FC9;
}
</style>
border-color css
<style>
span { border-color: #CB0FC9; }
span { border-color: rgb(203,15,201); }
td.TdClassName
{
border-color: #CB0FC9;
}
.TagClassName
{
border-color: #CB0FC9;
}
</style>