Shades of Deep Magenta #C919DA
Tints of Deep Magenta #C919DA
RGB
CMYK
RGB Variations
Color information
#C919DA (or 0xC919DA) is known color: Deep Magenta. HEX triplet: C9, 19 and DA. RGB value is (201,25,218). Sum of RGB (Red+Green+Blue) = 201+25+218=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #C919DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919DA is #36E625. Grayscale: #636363. Windows color (decimal): -3597862 or 14293449. OLE color: 14293449.
HSL color Cylindrical-coordinate representation of color #C919DA: hue angle of 294.72º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919DA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 25 | 218 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.15 |
| HSL | 294.72º | 0.79% | 0.48% | - |
| HSV(B) | 294.72º | 0.89% | 0.85% | - |
| XYZ | 37.09 | 18.17 | 67.88 | - |
| YUV | 99.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 218 | 0.08 | 0.89 | 0 | 0.15 | 294.72 | 0.79 | 0.48 |
| Hex | C9 | 19 | DA | 8 | 59 | 0 | F | 127 | 4F | 30 |
| Octal | 311 | 31 | 332 | 10 | 131 | 0 | 17 | 447 | 117 | 60 |
| Binary | 11001001 | 11001 | 11011010 | 1000 | 1011001 | 0 | 1111 | 100100111 | 1001111 | 110000 |
Color Harmonies of #C919DA
Complementary color
Monochromatic Colors of #C919DA
Black with #C919DA
Text Example
Text Example
White with #C919DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919DA; }
p { color: rgb(201,25,218); }
H1.HeaderClassName
{
color: #C919DA;
}
.AnyTagClassName
{
color: #C919DA;
}
</style>
background-color css
<style>
a { background-color: #C919DA; }
a { background-color: rgb(201,25,218); }
div.DivClassName
{
background-color: #C919DA;
}
.BgClassName
{
background-color: #C919DA;
}
</style>
border-color css
<style>
span { border-color: #C919DA; }
span { border-color: rgb(201,25,218); }
td.TdClassName
{
border-color: #C919DA;
}
.TagClassName
{
border-color: #C919DA;
}
</style>