Shades of Deep Magenta #CB16CB
Tints of Deep Magenta #CB16CB
RGB
CMYK
RGB Variations
Color information
#CB16CB (or 0xCB16CB) is known color: Deep Magenta. HEX triplet: CB, 16 and CB. RGB value is (203,22,203). Sum of RGB (Red+Green+Blue) = 203+22+203=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB16CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16CB is #34E934. Grayscale: #606060. Windows color (decimal): -3467573 or 13309643. OLE color: 13309643.
HSL color Cylindrical-coordinate representation of color #CB16CB: hue angle of 300º 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 #CB16CB is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 203 | - |
| CMYK | 0 | 0.89 | 0 | 0.20 |
| HSL | 300º | 0.8% | 0.44% | - |
| HSV(B) | 300º | 0.89% | 0.8% | - |
| XYZ | 35.7 | 17.58 | 58.01 | - |
| YUV | 96.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 203 | 0 | 0.89 | 0 | 0.20 | 300 | 0.8 | 0.44 |
| Hex | CB | 16 | CB | 0 | 59 | 0 | 14 | 12C | 50 | 2C |
| Octal | 313 | 26 | 313 | 0 | 131 | 0 | 24 | 454 | 120 | 54 |
| Binary | 11001011 | 10110 | 11001011 | 0 | 1011001 | 0 | 10100 | 100101100 | 1010000 | 101100 |
Color Harmonies of #CB16CB
Complementary color
Monochromatic Colors of #CB16CB
Black with #CB16CB
Text Example
Text Example
White with #CB16CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16CB; }
p { color: rgb(203,22,203); }
H1.HeaderClassName
{
color: #CB16CB;
}
.AnyTagClassName
{
color: #CB16CB;
}
</style>
background-color css
<style>
a { background-color: #CB16CB; }
a { background-color: rgb(203,22,203); }
div.DivClassName
{
background-color: #CB16CB;
}
.BgClassName
{
background-color: #CB16CB;
}
</style>
border-color css
<style>
span { border-color: #CB16CB; }
span { border-color: rgb(203,22,203); }
td.TdClassName
{
border-color: #CB16CB;
}
.TagClassName
{
border-color: #CB16CB;
}
</style>