Shades of Deep Magenta #C116DA
Tints of Deep Magenta #C116DA
RGB
CMYK
RGB Variations
Color information
#C116DA (or 0xC116DA) is known color: Deep Magenta. HEX triplet: C1, 16 and DA. RGB value is (193,22,218). Sum of RGB (Red+Green+Blue) = 193+22+218=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #C116DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116DA is #3EE925. Grayscale: #5E5E5E. Windows color (decimal): -4122918 or 14292673. OLE color: 14292673.
HSL color Cylindrical-coordinate representation of color #C116DA: hue angle of 292.35º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C116DA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 22 | 218 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.15 |
| HSL | 292.35º | 0.82% | 0.47% | - |
| HSV(B) | 292.35º | 0.9% | 0.85% | - |
| XYZ | 34.93 | 16.97 | 67.76 | - |
| YUV | 95.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 218 | 0.11 | 0.90 | 0 | 0.15 | 292.35 | 0.82 | 0.47 |
| Hex | C1 | 16 | DA | B | 5A | 0 | F | 124 | 52 | 2F |
| Octal | 301 | 26 | 332 | 13 | 132 | 0 | 17 | 444 | 122 | 57 |
| Binary | 11000001 | 10110 | 11011010 | 1011 | 1011010 | 0 | 1111 | 100100100 | 1010010 | 101111 |
Color Harmonies of #C116DA
Complementary color
Monochromatic Colors of #C116DA
Black with #C116DA
Text Example
Text Example
White with #C116DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116DA; }
p { color: rgb(193,22,218); }
H1.HeaderClassName
{
color: #C116DA;
}
.AnyTagClassName
{
color: #C116DA;
}
</style>
background-color css
<style>
a { background-color: #C116DA; }
a { background-color: rgb(193,22,218); }
div.DivClassName
{
background-color: #C116DA;
}
.BgClassName
{
background-color: #C116DA;
}
</style>
border-color css
<style>
span { border-color: #C116DA; }
span { border-color: rgb(193,22,218); }
td.TdClassName
{
border-color: #C116DA;
}
.TagClassName
{
border-color: #C116DA;
}
</style>