Shades of Deep Magenta #CB16D6
Tints of Deep Magenta #CB16D6
RGB
CMYK
RGB Variations
Color information
#CB16D6 (or 0xCB16D6) is known color: Deep Magenta. HEX triplet: CB, 16 and D6. RGB value is (203,22,214). Sum of RGB (Red+Green+Blue) = 203+22+214=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB16D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16D6 is #34E929. Grayscale: #616161. Windows color (decimal): -3467562 or 14030539. OLE color: 14030539.
HSL color Cylindrical-coordinate representation of color #CB16D6: hue angle of 296.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB16D6 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 22 | 214 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.16 |
| HSL | 296.56º | 0.81% | 0.46% | - |
| HSV(B) | 296.56º | 0.9% | 0.84% | - |
| XYZ | 37.05 | 18.13 | 65.16 | - |
| YUV | 98.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 214 | 0.05 | 0.90 | 0 | 0.16 | 296.56 | 0.81 | 0.46 |
| Hex | CB | 16 | D6 | 5 | 5A | 0 | 10 | 129 | 51 | 2E |
| Octal | 313 | 26 | 326 | 5 | 132 | 0 | 20 | 451 | 121 | 56 |
| Binary | 11001011 | 10110 | 11010110 | 101 | 1011010 | 0 | 10000 | 100101001 | 1010001 | 101110 |
Color Harmonies of #CB16D6
Complementary color
Monochromatic Colors of #CB16D6
Black with #CB16D6
Text Example
Text Example
White with #CB16D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16D6; }
p { color: rgb(203,22,214); }
H1.HeaderClassName
{
color: #CB16D6;
}
.AnyTagClassName
{
color: #CB16D6;
}
</style>
background-color css
<style>
a { background-color: #CB16D6; }
a { background-color: rgb(203,22,214); }
div.DivClassName
{
background-color: #CB16D6;
}
.BgClassName
{
background-color: #CB16D6;
}
</style>
border-color css
<style>
span { border-color: #CB16D6; }
span { border-color: rgb(203,22,214); }
td.TdClassName
{
border-color: #CB16D6;
}
.TagClassName
{
border-color: #CB16D6;
}
</style>