Shades of Deep Magenta #C916DE
Tints of Deep Magenta #C916DE
RGB
CMYK
RGB Variations
Color information
#C916DE (or 0xC916DE) is known color: Deep Magenta. HEX triplet: C9, 16 and DE. RGB value is (201,22,222). Sum of RGB (Red+Green+Blue) = 201+22+222=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #C916DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916DE is #36E921. Grayscale: #616161. Windows color (decimal): -3598626 or 14554825. OLE color: 14554825.
HSL color Cylindrical-coordinate representation of color #C916DE: hue angle of 293.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C916DE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 22 | 222 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 293.7º | 0.82% | 0.48% | - |
| HSV(B) | 293.7º | 0.9% | 0.87% | - |
| XYZ | 37.56 | 18.27 | 70.65 | - |
| YUV | 98.32 | 197.8 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 222 | 0.09 | 0.90 | 0 | 0.13 | 293.7 | 0.82 | 0.48 |
| Hex | C9 | 16 | DE | 9 | 5A | 0 | D | 126 | 52 | 30 |
| Octal | 311 | 26 | 336 | 11 | 132 | 0 | 15 | 446 | 122 | 60 |
| Binary | 11001001 | 10110 | 11011110 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010010 | 110000 |
Color Harmonies of #C916DE
Complementary color
Monochromatic Colors of #C916DE
Black with #C916DE
Text Example
Text Example
White with #C916DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916DE; }
p { color: rgb(201,22,222); }
H1.HeaderClassName
{
color: #C916DE;
}
.AnyTagClassName
{
color: #C916DE;
}
</style>
background-color css
<style>
a { background-color: #C916DE; }
a { background-color: rgb(201,22,222); }
div.DivClassName
{
background-color: #C916DE;
}
.BgClassName
{
background-color: #C916DE;
}
</style>
border-color css
<style>
span { border-color: #C916DE; }
span { border-color: rgb(201,22,222); }
td.TdClassName
{
border-color: #C916DE;
}
.TagClassName
{
border-color: #C916DE;
}
</style>