Shades of Deep Magenta #C916C5
Tints of Deep Magenta #C916C5
RGB
CMYK
RGB Variations
Color information
#C916C5 (or 0xC916C5) is known color: Deep Magenta. HEX triplet: C9, 16 and C5. RGB value is (201,22,197). Sum of RGB (Red+Green+Blue) = 201+22+197=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C916C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916C5 is #36E93A. Grayscale: #5E5E5E. Windows color (decimal): -3598651 or 12916425. OLE color: 12916425.
HSL color Cylindrical-coordinate representation of color #C916C5: hue angle of 301.34º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C916C5 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 197 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.21 |
| HSL | 301.34º | 0.8% | 0.44% | - |
| HSV(B) | 301.34º | 0.89% | 0.79% | - |
| XYZ | 34.45 | 17.02 | 54.29 | - |
| YUV | 95.47 | 185.3 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 197 | 0 | 0.89 | 0.02 | 0.21 | 301.34 | 0.8 | 0.44 |
| Hex | C9 | 16 | C5 | 0 | 59 | 2 | 15 | 12D | 50 | 2C |
| Octal | 311 | 26 | 305 | 0 | 131 | 2 | 25 | 455 | 120 | 54 |
| Binary | 11001001 | 10110 | 11000101 | 0 | 1011001 | 10 | 10101 | 100101101 | 1010000 | 101100 |
Color Harmonies of #C916C5
Complementary color
Monochromatic Colors of #C916C5
Black with #C916C5
Text Example
Text Example
White with #C916C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916C5; }
p { color: rgb(201,22,197); }
H1.HeaderClassName
{
color: #C916C5;
}
.AnyTagClassName
{
color: #C916C5;
}
</style>
background-color css
<style>
a { background-color: #C916C5; }
a { background-color: rgb(201,22,197); }
div.DivClassName
{
background-color: #C916C5;
}
.BgClassName
{
background-color: #C916C5;
}
</style>
border-color css
<style>
span { border-color: #C916C5; }
span { border-color: rgb(201,22,197); }
td.TdClassName
{
border-color: #C916C5;
}
.TagClassName
{
border-color: #C916C5;
}
</style>