Shades of Deep Magenta #C915AB
Tints of Deep Magenta #C915AB
RGB
CMYK
RGB Variations
Color information
#C915AB (or 0xC915AB) is known color: Deep Magenta. HEX triplet: C9, 15 and AB. RGB value is (201,21,171). Sum of RGB (Red+Green+Blue) = 201+21+171=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C915AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C915AB is #36EA54. Grayscale: #5B5B5B. Windows color (decimal): -3598933 or 11212233. OLE color: 11212233.
HSL color Cylindrical-coordinate representation of color #C915AB: hue angle of 310º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915AB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 171 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.21 |
| HSL | 310º | 0.81% | 0.44% | - |
| HSV(B) | 310º | 0.9% | 0.79% | - |
| XYZ | 31.71 | 15.89 | 39.92 | - |
| YUV | 91.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 171 | 0 | 0.90 | 0.15 | 0.21 | 310 | 0.81 | 0.44 |
| Hex | C9 | 15 | AB | 0 | 5A | F | 15 | 136 | 51 | 2C |
| Octal | 311 | 25 | 253 | 0 | 132 | 17 | 25 | 466 | 121 | 54 |
| Binary | 11001001 | 10101 | 10101011 | 0 | 1011010 | 1111 | 10101 | 100110110 | 1010001 | 101100 |
Color Harmonies of #C915AB
Complementary color
Monochromatic Colors of #C915AB
Black with #C915AB
Text Example
Text Example
White with #C915AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915AB; }
p { color: rgb(201,21,171); }
H1.HeaderClassName
{
color: #C915AB;
}
.AnyTagClassName
{
color: #C915AB;
}
</style>
background-color css
<style>
a { background-color: #C915AB; }
a { background-color: rgb(201,21,171); }
div.DivClassName
{
background-color: #C915AB;
}
.BgClassName
{
background-color: #C915AB;
}
</style>
border-color css
<style>
span { border-color: #C915AB; }
span { border-color: rgb(201,21,171); }
td.TdClassName
{
border-color: #C915AB;
}
.TagClassName
{
border-color: #C915AB;
}
</style>