Shades of Deep Magenta #C113DC
Tints of Deep Magenta #C113DC
RGB
CMYK
RGB Variations
Color information
#C113DC (or 0xC113DC) is known color: Deep Magenta. HEX triplet: C1, 13 and DC. RGB value is (193,19,220). Sum of RGB (Red+Green+Blue) = 193+19+220=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C113DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113DC is #3EEC23. Grayscale: #5D5D5D. Windows color (decimal): -4123684 or 14422977. OLE color: 14422977.
HSL color Cylindrical-coordinate representation of color #C113DC: hue angle of 291.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113DC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 19 | 220 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.14 |
| HSL | 291.94º | 0.84% | 0.47% | - |
| HSV(B) | 291.94º | 0.91% | 0.86% | - |
| XYZ | 35.14 | 16.97 | 69.13 | - |
| YUV | 93.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 220 | 0.12 | 0.91 | 0 | 0.14 | 291.94 | 0.84 | 0.47 |
| Hex | C1 | 13 | DC | C | 5B | 0 | E | 124 | 54 | 2F |
| Octal | 301 | 23 | 334 | 14 | 133 | 0 | 16 | 444 | 124 | 57 |
| Binary | 11000001 | 10011 | 11011100 | 1100 | 1011011 | 0 | 1110 | 100100100 | 1010100 | 101111 |
Color Harmonies of #C113DC
Complementary color
Monochromatic Colors of #C113DC
Black with #C113DC
Text Example
Text Example
White with #C113DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113DC; }
p { color: rgb(193,19,220); }
H1.HeaderClassName
{
color: #C113DC;
}
.AnyTagClassName
{
color: #C113DC;
}
</style>
background-color css
<style>
a { background-color: #C113DC; }
a { background-color: rgb(193,19,220); }
div.DivClassName
{
background-color: #C113DC;
}
.BgClassName
{
background-color: #C113DC;
}
</style>
border-color css
<style>
span { border-color: #C113DC; }
span { border-color: rgb(193,19,220); }
td.TdClassName
{
border-color: #C113DC;
}
.TagClassName
{
border-color: #C113DC;
}
</style>