Shades of Deep Magenta #CB16E1
Tints of Deep Magenta #CB16E1
RGB
CMYK
RGB Variations
Color information
#CB16E1 (or 0xCB16E1) is known color: Deep Magenta. HEX triplet: CB, 16 and E1. RGB value is (203,22,225). Sum of RGB (Red+Green+Blue) = 203+22+225=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB16E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16E1 is #34E91E. Grayscale: #626262. Windows color (decimal): -3467551 or 14751435. OLE color: 14751435.
HSL color Cylindrical-coordinate representation of color #CB16E1: hue angle of 293.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB16E1 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 22 | 225 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.12 |
| HSL | 293.5º | 0.82% | 0.48% | - |
| HSV(B) | 293.5º | 0.9% | 0.88% | - |
| XYZ | 38.51 | 18.71 | 72.82 | - |
| YUV | 99.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 225 | 0.10 | 0.90 | 0 | 0.12 | 293.5 | 0.82 | 0.48 |
| Hex | CB | 16 | E1 | A | 5A | 0 | C | 125 | 52 | 30 |
| Octal | 313 | 26 | 341 | 12 | 132 | 0 | 14 | 445 | 122 | 60 |
| Binary | 11001011 | 10110 | 11100001 | 1010 | 1011010 | 0 | 1100 | 100100101 | 1010010 | 110000 |
Color Harmonies of #CB16E1
Complementary color
Monochromatic Colors of #CB16E1
Black with #CB16E1
Text Example
Text Example
White with #CB16E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16E1; }
p { color: rgb(203,22,225); }
H1.HeaderClassName
{
color: #CB16E1;
}
.AnyTagClassName
{
color: #CB16E1;
}
</style>
background-color css
<style>
a { background-color: #CB16E1; }
a { background-color: rgb(203,22,225); }
div.DivClassName
{
background-color: #CB16E1;
}
.BgClassName
{
background-color: #CB16E1;
}
</style>
border-color css
<style>
span { border-color: #CB16E1; }
span { border-color: rgb(203,22,225); }
td.TdClassName
{
border-color: #CB16E1;
}
.TagClassName
{
border-color: #CB16E1;
}
</style>