Shades of Deep Magenta #C919AF
Tints of Deep Magenta #C919AF
RGB
CMYK
RGB Variations
Color information
#C919AF (or 0xC919AF) is known color: Deep Magenta. HEX triplet: C9, 19 and AF. RGB value is (201,25,175). Sum of RGB (Red+Green+Blue) = 201+25+175=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C919AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C919AF is #36E650. Grayscale: #5E5E5E. Windows color (decimal): -3597905 or 11475401. OLE color: 11475401.
HSL color Cylindrical-coordinate representation of color #C919AF: hue angle of 308.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919AF is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 175 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.21 |
| HSL | 308.86º | 0.78% | 0.44% | - |
| HSV(B) | 308.86º | 0.88% | 0.79% | - |
| XYZ | 32.17 | 16.21 | 41.99 | - |
| YUV | 94.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 175 | 0 | 0.88 | 0.13 | 0.21 | 308.86 | 0.78 | 0.44 |
| Hex | C9 | 19 | AF | 0 | 58 | D | 15 | 135 | 4E | 2C |
| Octal | 311 | 31 | 257 | 0 | 130 | 15 | 25 | 465 | 116 | 54 |
| Binary | 11001001 | 11001 | 10101111 | 0 | 1011000 | 1101 | 10101 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C919AF
Complementary color
Monochromatic Colors of #C919AF
Black with #C919AF
Text Example
Text Example
White with #C919AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919AF; }
p { color: rgb(201,25,175); }
H1.HeaderClassName
{
color: #C919AF;
}
.AnyTagClassName
{
color: #C919AF;
}
</style>
background-color css
<style>
a { background-color: #C919AF; }
a { background-color: rgb(201,25,175); }
div.DivClassName
{
background-color: #C919AF;
}
.BgClassName
{
background-color: #C919AF;
}
</style>
border-color css
<style>
span { border-color: #C919AF; }
span { border-color: rgb(201,25,175); }
td.TdClassName
{
border-color: #C919AF;
}
.TagClassName
{
border-color: #C919AF;
}
</style>