Shades of Deep Magenta #CB15C7
Tints of Deep Magenta #CB15C7
RGB
CMYK
RGB Variations
Color information
#CB15C7 (or 0xCB15C7) is known color: Deep Magenta. HEX triplet: CB, 15 and C7. RGB value is (203,21,199). Sum of RGB (Red+Green+Blue) = 203+21+199=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15C7 is #34EA38. Grayscale: #5F5F5F. Windows color (decimal): -3467833 or 13047243. OLE color: 13047243.
HSL color Cylindrical-coordinate representation of color #CB15C7: hue angle of 301.32º 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 #CB15C7 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 199 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.20 |
| HSL | 301.32º | 0.81% | 0.44% | - |
| HSV(B) | 301.32º | 0.9% | 0.8% | - |
| XYZ | 35.21 | 17.36 | 55.53 | - |
| YUV | 95.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 199 | 0 | 0.90 | 0.02 | 0.20 | 301.32 | 0.81 | 0.44 |
| Hex | CB | 15 | C7 | 0 | 5A | 2 | 14 | 12D | 51 | 2C |
| Octal | 313 | 25 | 307 | 0 | 132 | 2 | 24 | 455 | 121 | 54 |
| Binary | 11001011 | 10101 | 11000111 | 0 | 1011010 | 10 | 10100 | 100101101 | 1010001 | 101100 |
Color Harmonies of #CB15C7
Complementary color
Monochromatic Colors of #CB15C7
Black with #CB15C7
Text Example
Text Example
White with #CB15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15C7; }
p { color: rgb(203,21,199); }
H1.HeaderClassName
{
color: #CB15C7;
}
.AnyTagClassName
{
color: #CB15C7;
}
</style>
background-color css
<style>
a { background-color: #CB15C7; }
a { background-color: rgb(203,21,199); }
div.DivClassName
{
background-color: #CB15C7;
}
.BgClassName
{
background-color: #CB15C7;
}
</style>
border-color css
<style>
span { border-color: #CB15C7; }
span { border-color: rgb(203,21,199); }
td.TdClassName
{
border-color: #CB15C7;
}
.TagClassName
{
border-color: #CB15C7;
}
</style>