Shades of Deep Magenta #C113D7
Tints of Deep Magenta #C113D7
RGB
CMYK
RGB Variations
Color information
#C113D7 (or 0xC113D7) is known color: Deep Magenta. HEX triplet: C1, 13 and D7. RGB value is (193,19,215). Sum of RGB (Red+Green+Blue) = 193+19+215=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #C113D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113D7 is #3EEC28. Grayscale: #5C5C5C. Windows color (decimal): -4123689 or 14095297. OLE color: 14095297.
HSL color Cylindrical-coordinate representation of color #C113D7: hue angle of 293.27º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113D7 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 19 | 215 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.16 |
| HSL | 293.27º | 0.84% | 0.46% | - |
| HSV(B) | 293.27º | 0.91% | 0.84% | - |
| XYZ | 34.49 | 16.71 | 65.7 | - |
| YUV | 93.37 | 196.65 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 215 | 0.10 | 0.91 | 0 | 0.16 | 293.27 | 0.84 | 0.46 |
| Hex | C1 | 13 | D7 | A | 5B | 0 | 10 | 125 | 54 | 2E |
| Octal | 301 | 23 | 327 | 12 | 133 | 0 | 20 | 445 | 124 | 56 |
| Binary | 11000001 | 10011 | 11010111 | 1010 | 1011011 | 0 | 10000 | 100100101 | 1010100 | 101110 |
Color Harmonies of #C113D7
Complementary color
Monochromatic Colors of #C113D7
Black with #C113D7
Text Example
Text Example
White with #C113D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113D7; }
p { color: rgb(193,19,215); }
H1.HeaderClassName
{
color: #C113D7;
}
.AnyTagClassName
{
color: #C113D7;
}
</style>
background-color css
<style>
a { background-color: #C113D7; }
a { background-color: rgb(193,19,215); }
div.DivClassName
{
background-color: #C113D7;
}
.BgClassName
{
background-color: #C113D7;
}
</style>
border-color css
<style>
span { border-color: #C113D7; }
span { border-color: rgb(193,19,215); }
td.TdClassName
{
border-color: #C113D7;
}
.TagClassName
{
border-color: #C113D7;
}
</style>