Shades of Deep Magenta #C916C4
Tints of Deep Magenta #C916C4
RGB
CMYK
RGB Variations
Color information
#C916C4 (or 0xC916C4) is known color: Deep Magenta. HEX triplet: C9, 16 and C4. RGB value is (201,22,196). Sum of RGB (Red+Green+Blue) = 201+22+196=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C916C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916C4 is #36E93B. Grayscale: #5E5E5E. Windows color (decimal): -3598652 or 12850889. OLE color: 12850889.
HSL color Cylindrical-coordinate representation of color #C916C4: hue angle of 301.68º 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 #C916C4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 196 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.21 |
| HSL | 301.68º | 0.8% | 0.44% | - |
| HSV(B) | 301.68º | 0.89% | 0.79% | - |
| XYZ | 34.34 | 16.98 | 53.69 | - |
| YUV | 95.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 196 | 0 | 0.89 | 0.02 | 0.21 | 301.68 | 0.8 | 0.44 |
| Hex | C9 | 16 | C4 | 0 | 59 | 2 | 15 | 12E | 50 | 2C |
| Octal | 311 | 26 | 304 | 0 | 131 | 2 | 25 | 456 | 120 | 54 |
| Binary | 11001001 | 10110 | 11000100 | 0 | 1011001 | 10 | 10101 | 100101110 | 1010000 | 101100 |
Color Harmonies of #C916C4
Complementary color
Monochromatic Colors of #C916C4
Black with #C916C4
Text Example
Text Example
White with #C916C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916C4; }
p { color: rgb(201,22,196); }
H1.HeaderClassName
{
color: #C916C4;
}
.AnyTagClassName
{
color: #C916C4;
}
</style>
background-color css
<style>
a { background-color: #C916C4; }
a { background-color: rgb(201,22,196); }
div.DivClassName
{
background-color: #C916C4;
}
.BgClassName
{
background-color: #C916C4;
}
</style>
border-color css
<style>
span { border-color: #C916C4; }
span { border-color: rgb(201,22,196); }
td.TdClassName
{
border-color: #C916C4;
}
.TagClassName
{
border-color: #C916C4;
}
</style>