Shades of Deep Magenta #CB16C9
Tints of Deep Magenta #CB16C9
RGB
CMYK
RGB Variations
Color information
#CB16C9 (or 0xCB16C9) is known color: Deep Magenta. HEX triplet: CB, 16 and C9. RGB value is (203,22,201). Sum of RGB (Red+Green+Blue) = 203+22+201=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB16C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16C9 is #34E936. Grayscale: #5F5F5F. Windows color (decimal): -3467575 or 13178571. OLE color: 13178571.
HSL color Cylindrical-coordinate representation of color #CB16C9: hue angle of 300.66º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB16C9 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 201 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.20 |
| HSL | 300.66º | 0.8% | 0.44% | - |
| HSV(B) | 300.66º | 0.89% | 0.8% | - |
| XYZ | 35.46 | 17.49 | 56.76 | - |
| YUV | 96.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 201 | 0 | 0.89 | 0.01 | 0.20 | 300.66 | 0.8 | 0.44 |
| Hex | CB | 16 | C9 | 0 | 59 | 1 | 14 | 12D | 50 | 2C |
| Octal | 313 | 26 | 311 | 0 | 131 | 1 | 24 | 455 | 120 | 54 |
| Binary | 11001011 | 10110 | 11001001 | 0 | 1011001 | 1 | 10100 | 100101101 | 1010000 | 101100 |
Color Harmonies of #CB16C9
Complementary color
Monochromatic Colors of #CB16C9
Black with #CB16C9
Text Example
Text Example
White with #CB16C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16C9; }
p { color: rgb(203,22,201); }
H1.HeaderClassName
{
color: #CB16C9;
}
.AnyTagClassName
{
color: #CB16C9;
}
</style>
background-color css
<style>
a { background-color: #CB16C9; }
a { background-color: rgb(203,22,201); }
div.DivClassName
{
background-color: #CB16C9;
}
.BgClassName
{
background-color: #CB16C9;
}
</style>
border-color css
<style>
span { border-color: #CB16C9; }
span { border-color: rgb(203,22,201); }
td.TdClassName
{
border-color: #CB16C9;
}
.TagClassName
{
border-color: #CB16C9;
}
</style>