Shades of Deep Magenta #CB15C8
Tints of Deep Magenta #CB15C8
RGB
CMYK
RGB Variations
Color information
#CB15C8 (or 0xCB15C8) is known color: Deep Magenta. HEX triplet: CB, 15 and C8. RGB value is (203,21,200). Sum of RGB (Red+Green+Blue) = 203+21+200=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15C8 is #34EA37. Grayscale: #5F5F5F. Windows color (decimal): -3467832 or 13112779. OLE color: 13112779.
HSL color Cylindrical-coordinate representation of color #CB15C8: hue angle of 300.99º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15C8 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 200 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.20 |
| HSL | 300.99º | 0.81% | 0.44% | - |
| HSV(B) | 300.99º | 0.9% | 0.8% | - |
| XYZ | 35.32 | 17.4 | 56.14 | - |
| YUV | 95.82 | 186.8 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 200 | 0 | 0.90 | 0.01 | 0.20 | 300.99 | 0.81 | 0.44 |
| Hex | CB | 15 | C8 | 0 | 5A | 1 | 14 | 12D | 51 | 2C |
| Octal | 313 | 25 | 310 | 0 | 132 | 1 | 24 | 455 | 121 | 54 |
| Binary | 11001011 | 10101 | 11001000 | 0 | 1011010 | 1 | 10100 | 100101101 | 1010001 | 101100 |
Color Harmonies of #CB15C8
Complementary color
Monochromatic Colors of #CB15C8
Black with #CB15C8
Text Example
Text Example
White with #CB15C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15C8; }
p { color: rgb(203,21,200); }
H1.HeaderClassName
{
color: #CB15C8;
}
.AnyTagClassName
{
color: #CB15C8;
}
</style>
background-color css
<style>
a { background-color: #CB15C8; }
a { background-color: rgb(203,21,200); }
div.DivClassName
{
background-color: #CB15C8;
}
.BgClassName
{
background-color: #CB15C8;
}
</style>
border-color css
<style>
span { border-color: #CB15C8; }
span { border-color: rgb(203,21,200); }
td.TdClassName
{
border-color: #CB15C8;
}
.TagClassName
{
border-color: #CB15C8;
}
</style>