Shades of Deep Magenta #C113DD
Tints of Deep Magenta #C113DD
RGB
CMYK
RGB Variations
Color information
#C113DD (or 0xC113DD) is known color: Deep Magenta. HEX triplet: C1, 13 and DD. RGB value is (193,19,221). Sum of RGB (Red+Green+Blue) = 193+19+221=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C113DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113DD is #3EEC22. Grayscale: #5D5D5D. Windows color (decimal): -4123683 or 14488513. OLE color: 14488513.
HSL color Cylindrical-coordinate representation of color #C113DD: hue angle of 291.68º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113DD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 19 | 221 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.13 |
| HSL | 291.68º | 0.84% | 0.47% | - |
| HSV(B) | 291.68º | 0.91% | 0.87% | - |
| XYZ | 35.28 | 17.02 | 69.83 | - |
| YUV | 94.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 221 | 0.13 | 0.91 | 0 | 0.13 | 291.68 | 0.84 | 0.47 |
| Hex | C1 | 13 | DD | D | 5B | 0 | D | 124 | 54 | 2F |
| Octal | 301 | 23 | 335 | 15 | 133 | 0 | 15 | 444 | 124 | 57 |
| Binary | 11000001 | 10011 | 11011101 | 1101 | 1011011 | 0 | 1101 | 100100100 | 1010100 | 101111 |
Color Harmonies of #C113DD
Complementary color
Monochromatic Colors of #C113DD
Black with #C113DD
Text Example
Text Example
White with #C113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113DD; }
p { color: rgb(193,19,221); }
H1.HeaderClassName
{
color: #C113DD;
}
.AnyTagClassName
{
color: #C113DD;
}
</style>
background-color css
<style>
a { background-color: #C113DD; }
a { background-color: rgb(193,19,221); }
div.DivClassName
{
background-color: #C113DD;
}
.BgClassName
{
background-color: #C113DD;
}
</style>
border-color css
<style>
span { border-color: #C113DD; }
span { border-color: rgb(193,19,221); }
td.TdClassName
{
border-color: #C113DD;
}
.TagClassName
{
border-color: #C113DD;
}
</style>