Shades of Deep Magenta #C113D8
Tints of Deep Magenta #C113D8
RGB
CMYK
RGB Variations
Color information
#C113D8 (or 0xC113D8) is known color: Deep Magenta. HEX triplet: C1, 13 and D8. RGB value is (193,19,216). Sum of RGB (Red+Green+Blue) = 193+19+216=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #C113D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113D8 is #3EEC27. Grayscale: #5C5C5C. Windows color (decimal): -4123688 or 14160833. OLE color: 14160833.
HSL color Cylindrical-coordinate representation of color #C113D8: hue angle of 292.99º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113D8 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 19 | 216 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.15 |
| HSL | 292.99º | 0.84% | 0.46% | - |
| HSV(B) | 292.99º | 0.91% | 0.85% | - |
| XYZ | 34.62 | 16.76 | 66.38 | - |
| YUV | 93.48 | 197.15 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 216 | 0.11 | 0.91 | 0 | 0.15 | 292.99 | 0.84 | 0.46 |
| Hex | C1 | 13 | D8 | B | 5B | 0 | F | 125 | 54 | 2E |
| Octal | 301 | 23 | 330 | 13 | 133 | 0 | 17 | 445 | 124 | 56 |
| Binary | 11000001 | 10011 | 11011000 | 1011 | 1011011 | 0 | 1111 | 100100101 | 1010100 | 101110 |
Color Harmonies of #C113D8
Complementary color
Monochromatic Colors of #C113D8
Black with #C113D8
Text Example
Text Example
White with #C113D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113D8; }
p { color: rgb(193,19,216); }
H1.HeaderClassName
{
color: #C113D8;
}
.AnyTagClassName
{
color: #C113D8;
}
</style>
background-color css
<style>
a { background-color: #C113D8; }
a { background-color: rgb(193,19,216); }
div.DivClassName
{
background-color: #C113D8;
}
.BgClassName
{
background-color: #C113D8;
}
</style>
border-color css
<style>
span { border-color: #C113D8; }
span { border-color: rgb(193,19,216); }
td.TdClassName
{
border-color: #C113D8;
}
.TagClassName
{
border-color: #C113D8;
}
</style>