Shades of Deep Magenta #C116CA
Tints of Deep Magenta #C116CA
RGB
CMYK
RGB Variations
Color information
#C116CA (or 0xC116CA) is known color: Deep Magenta. HEX triplet: C1, 16 and CA. RGB value is (193,22,202). Sum of RGB (Red+Green+Blue) = 193+22+202=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #C116CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116CA is #3EE935. Grayscale: #5D5D5D. Windows color (decimal): -4122934 or 13244097. OLE color: 13244097.
HSL color Cylindrical-coordinate representation of color #C116CA: hue angle of 297º 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 #C116CA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 22 | 202 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.21 |
| HSL | 297º | 0.8% | 0.44% | - |
| HSV(B) | 297º | 0.89% | 0.79% | - |
| XYZ | 32.94 | 16.18 | 57.26 | - |
| YUV | 93.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 202 | 0.04 | 0.89 | 0 | 0.21 | 297 | 0.8 | 0.44 |
| Hex | C1 | 16 | CA | 4 | 59 | 0 | 15 | 129 | 50 | 2C |
| Octal | 301 | 26 | 312 | 4 | 131 | 0 | 25 | 451 | 120 | 54 |
| Binary | 11000001 | 10110 | 11001010 | 100 | 1011001 | 0 | 10101 | 100101001 | 1010000 | 101100 |
Color Harmonies of #C116CA
Complementary color
Monochromatic Colors of #C116CA
Black with #C116CA
Text Example
Text Example
White with #C116CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116CA; }
p { color: rgb(193,22,202); }
H1.HeaderClassName
{
color: #C116CA;
}
.AnyTagClassName
{
color: #C116CA;
}
</style>
background-color css
<style>
a { background-color: #C116CA; }
a { background-color: rgb(193,22,202); }
div.DivClassName
{
background-color: #C116CA;
}
.BgClassName
{
background-color: #C116CA;
}
</style>
border-color css
<style>
span { border-color: #C116CA; }
span { border-color: rgb(193,22,202); }
td.TdClassName
{
border-color: #C116CA;
}
.TagClassName
{
border-color: #C116CA;
}
</style>