Shades of Deep Magenta #CB11C9
Tints of Deep Magenta #CB11C9
RGB
CMYK
RGB Variations
Color information
#CB11C9 (or 0xCB11C9) is known color: Deep Magenta. HEX triplet: CB, 11 and C9. RGB value is (203,17,201). Sum of RGB (Red+Green+Blue) = 203+17+201=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11C9 is #34EE36. Grayscale: #5D5D5D. Windows color (decimal): -3468855 or 13177291. OLE color: 13177291.
HSL color Cylindrical-coordinate representation of color #CB11C9: hue angle of 300.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11C9 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 201 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.20 |
| HSL | 300.65º | 0.85% | 0.43% | - |
| HSV(B) | 300.65º | 0.92% | 0.8% | - |
| XYZ | 35.37 | 17.31 | 56.74 | - |
| YUV | 93.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 201 | 0 | 0.92 | 0.01 | 0.20 | 300.65 | 0.85 | 0.43 |
| Hex | CB | 11 | C9 | 0 | 5C | 1 | 14 | 12D | 55 | 2B |
| Octal | 313 | 21 | 311 | 0 | 134 | 1 | 24 | 455 | 125 | 53 |
| Binary | 11001011 | 10001 | 11001001 | 0 | 1011100 | 1 | 10100 | 100101101 | 1010101 | 101011 |
Color Harmonies of #CB11C9
Complementary color
Monochromatic Colors of #CB11C9
Black with #CB11C9
Text Example
Text Example
White with #CB11C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11C9; }
p { color: rgb(203,17,201); }
H1.HeaderClassName
{
color: #CB11C9;
}
.AnyTagClassName
{
color: #CB11C9;
}
</style>
background-color css
<style>
a { background-color: #CB11C9; }
a { background-color: rgb(203,17,201); }
div.DivClassName
{
background-color: #CB11C9;
}
.BgClassName
{
background-color: #CB11C9;
}
</style>
border-color css
<style>
span { border-color: #CB11C9; }
span { border-color: rgb(203,17,201); }
td.TdClassName
{
border-color: #CB11C9;
}
.TagClassName
{
border-color: #CB11C9;
}
</style>