Shades of Deep Magenta #C115E1
Tints of Deep Magenta #C115E1
RGB
CMYK
RGB Variations
Color information
#C115E1 (or 0xC115E1) is known color: Deep Magenta. HEX triplet: C1, 15 and E1. RGB value is (193,21,225). Sum of RGB (Red+Green+Blue) = 193+21+225=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #C115E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115E1 is #3EEA1E. Grayscale: #5F5F5F. Windows color (decimal): -4123167 or 14751169. OLE color: 14751169.
HSL color Cylindrical-coordinate representation of color #C115E1: hue angle of 290.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C115E1 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 21 | 225 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.12 |
| HSL | 290.59º | 0.83% | 0.48% | - |
| HSV(B) | 290.59º | 0.91% | 0.88% | - |
| XYZ | 35.85 | 17.31 | 72.69 | - |
| YUV | 95.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 225 | 0.14 | 0.91 | 0 | 0.12 | 290.59 | 0.83 | 0.48 |
| Hex | C1 | 15 | E1 | E | 5B | 0 | C | 123 | 53 | 30 |
| Octal | 301 | 25 | 341 | 16 | 133 | 0 | 14 | 443 | 123 | 60 |
| Binary | 11000001 | 10101 | 11100001 | 1110 | 1011011 | 0 | 1100 | 100100011 | 1010011 | 110000 |
Color Harmonies of #C115E1
Complementary color
Monochromatic Colors of #C115E1
Black with #C115E1
Text Example
Text Example
White with #C115E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115E1; }
p { color: rgb(193,21,225); }
H1.HeaderClassName
{
color: #C115E1;
}
.AnyTagClassName
{
color: #C115E1;
}
</style>
background-color css
<style>
a { background-color: #C115E1; }
a { background-color: rgb(193,21,225); }
div.DivClassName
{
background-color: #C115E1;
}
.BgClassName
{
background-color: #C115E1;
}
</style>
border-color css
<style>
span { border-color: #C115E1; }
span { border-color: rgb(193,21,225); }
td.TdClassName
{
border-color: #C115E1;
}
.TagClassName
{
border-color: #C115E1;
}
</style>