Shades of Deep Magenta #CB16DA
Tints of Deep Magenta #CB16DA
RGB
CMYK
RGB Variations
Color information
#CB16DA (or 0xCB16DA) is known color: Deep Magenta. HEX triplet: CB, 16 and DA. RGB value is (203,22,218). Sum of RGB (Red+Green+Blue) = 203+22+218=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16DA is #34E925. Grayscale: #616161. Windows color (decimal): -3467558 or 14292683. OLE color: 14292683.
HSL color Cylindrical-coordinate representation of color #CB16DA: hue angle of 295.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB16DA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 22 | 218 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.15 |
| HSL | 295.41º | 0.82% | 0.47% | - |
| HSV(B) | 295.41º | 0.9% | 0.85% | - |
| XYZ | 37.57 | 18.33 | 67.89 | - |
| YUV | 98.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 218 | 0.07 | 0.90 | 0 | 0.15 | 295.41 | 0.82 | 0.47 |
| Hex | CB | 16 | DA | 7 | 5A | 0 | F | 127 | 52 | 2F |
| Octal | 313 | 26 | 332 | 7 | 132 | 0 | 17 | 447 | 122 | 57 |
| Binary | 11001011 | 10110 | 11011010 | 111 | 1011010 | 0 | 1111 | 100100111 | 1010010 | 101111 |
Color Harmonies of #CB16DA
Complementary color
Monochromatic Colors of #CB16DA
Black with #CB16DA
Text Example
Text Example
White with #CB16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16DA; }
p { color: rgb(203,22,218); }
H1.HeaderClassName
{
color: #CB16DA;
}
.AnyTagClassName
{
color: #CB16DA;
}
</style>
background-color css
<style>
a { background-color: #CB16DA; }
a { background-color: rgb(203,22,218); }
div.DivClassName
{
background-color: #CB16DA;
}
.BgClassName
{
background-color: #CB16DA;
}
</style>
border-color css
<style>
span { border-color: #CB16DA; }
span { border-color: rgb(203,22,218); }
td.TdClassName
{
border-color: #CB16DA;
}
.TagClassName
{
border-color: #CB16DA;
}
</style>