Shades of Deep Magenta #C113E3
Tints of Deep Magenta #C113E3
RGB
CMYK
RGB Variations
Color information
#C113E3 (or 0xC113E3) is known color: Deep Magenta. HEX triplet: C1, 13 and E3. RGB value is (193,19,227). Sum of RGB (Red+Green+Blue) = 193+19+227=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #C113E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113E3 is #3EEC1C. Grayscale: #5E5E5E. Windows color (decimal): -4123677 or 14881729. OLE color: 14881729.
HSL color Cylindrical-coordinate representation of color #C113E3: hue angle of 290.19º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C113E3 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 19 | 227 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.11 |
| HSL | 290.19º | 0.85% | 0.48% | - |
| HSV(B) | 290.19º | 0.92% | 0.89% | - |
| XYZ | 36.09 | 17.35 | 74.12 | - |
| YUV | 94.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 227 | 0.15 | 0.92 | 0 | 0.11 | 290.19 | 0.85 | 0.48 |
| Hex | C1 | 13 | E3 | F | 5C | 0 | B | 122 | 55 | 30 |
| Octal | 301 | 23 | 343 | 17 | 134 | 0 | 13 | 442 | 125 | 60 |
| Binary | 11000001 | 10011 | 11100011 | 1111 | 1011100 | 0 | 1011 | 100100010 | 1010101 | 110000 |
Color Harmonies of #C113E3
Complementary color
Monochromatic Colors of #C113E3
Black with #C113E3
Text Example
Text Example
White with #C113E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113E3; }
p { color: rgb(193,19,227); }
H1.HeaderClassName
{
color: #C113E3;
}
.AnyTagClassName
{
color: #C113E3;
}
</style>
background-color css
<style>
a { background-color: #C113E3; }
a { background-color: rgb(193,19,227); }
div.DivClassName
{
background-color: #C113E3;
}
.BgClassName
{
background-color: #C113E3;
}
</style>
border-color css
<style>
span { border-color: #C113E3; }
span { border-color: rgb(193,19,227); }
td.TdClassName
{
border-color: #C113E3;
}
.TagClassName
{
border-color: #C113E3;
}
</style>