Shades of Deep Magenta #C919AD
Tints of Deep Magenta #C919AD
RGB
CMYK
RGB Variations
Color information
#C919AD (or 0xC919AD) is known color: Deep Magenta. HEX triplet: C9, 19 and AD. RGB value is (201,25,173). Sum of RGB (Red+Green+Blue) = 201+25+173=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C919AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C919AD is #36E652. Grayscale: #5E5E5E. Windows color (decimal): -3597907 or 11344329. OLE color: 11344329.
HSL color Cylindrical-coordinate representation of color #C919AD: hue angle of 309.55º 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 #C919AD is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 173 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.21 |
| HSL | 309.55º | 0.78% | 0.44% | - |
| HSV(B) | 309.55º | 0.88% | 0.79% | - |
| XYZ | 31.98 | 16.13 | 40.96 | - |
| YUV | 94.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 173 | 0 | 0.88 | 0.14 | 0.21 | 309.55 | 0.78 | 0.44 |
| Hex | C9 | 19 | AD | 0 | 58 | E | 15 | 136 | 4E | 2C |
| Octal | 311 | 31 | 255 | 0 | 130 | 16 | 25 | 466 | 116 | 54 |
| Binary | 11001001 | 11001 | 10101101 | 0 | 1011000 | 1110 | 10101 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C919AD
Complementary color
Monochromatic Colors of #C919AD
Black with #C919AD
Text Example
Text Example
White with #C919AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919AD; }
p { color: rgb(201,25,173); }
H1.HeaderClassName
{
color: #C919AD;
}
.AnyTagClassName
{
color: #C919AD;
}
</style>
background-color css
<style>
a { background-color: #C919AD; }
a { background-color: rgb(201,25,173); }
div.DivClassName
{
background-color: #C919AD;
}
.BgClassName
{
background-color: #C919AD;
}
</style>
border-color css
<style>
span { border-color: #C919AD; }
span { border-color: rgb(201,25,173); }
td.TdClassName
{
border-color: #C919AD;
}
.TagClassName
{
border-color: #C919AD;
}
</style>