Shades of Deep Magenta #C112DA
Tints of Deep Magenta #C112DA
RGB
CMYK
RGB Variations
Color information
#C112DA (or 0xC112DA) is known color: Deep Magenta. HEX triplet: C1, 12 and DA. RGB value is (193,18,218). Sum of RGB (Red+Green+Blue) = 193+18+218=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C112DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112DA is #3EED25. Grayscale: #5C5C5C. Windows color (decimal): -4123942 or 14291649. OLE color: 14291649.
HSL color Cylindrical-coordinate representation of color #C112DA: hue angle of 292.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112DA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 18 | 218 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.15 |
| HSL | 292.5º | 0.85% | 0.46% | - |
| HSV(B) | 292.5º | 0.92% | 0.85% | - |
| XYZ | 34.86 | 16.83 | 67.74 | - |
| YUV | 93.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 218 | 0.11 | 0.92 | 0 | 0.15 | 292.5 | 0.85 | 0.46 |
| Hex | C1 | 12 | DA | B | 5C | 0 | F | 124 | 55 | 2E |
| Octal | 301 | 22 | 332 | 13 | 134 | 0 | 17 | 444 | 125 | 56 |
| Binary | 11000001 | 10010 | 11011010 | 1011 | 1011100 | 0 | 1111 | 100100100 | 1010101 | 101110 |
Color Harmonies of #C112DA
Complementary color
Monochromatic Colors of #C112DA
Black with #C112DA
Text Example
Text Example
White with #C112DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112DA; }
p { color: rgb(193,18,218); }
H1.HeaderClassName
{
color: #C112DA;
}
.AnyTagClassName
{
color: #C112DA;
}
</style>
background-color css
<style>
a { background-color: #C112DA; }
a { background-color: rgb(193,18,218); }
div.DivClassName
{
background-color: #C112DA;
}
.BgClassName
{
background-color: #C112DA;
}
</style>
border-color css
<style>
span { border-color: #C112DA; }
span { border-color: rgb(193,18,218); }
td.TdClassName
{
border-color: #C112DA;
}
.TagClassName
{
border-color: #C112DA;
}
</style>