Shades of Deep Magenta #C115DF
Tints of Deep Magenta #C115DF
RGB
CMYK
RGB Variations
Color information
#C115DF (or 0xC115DF) is known color: Deep Magenta. HEX triplet: C1, 15 and DF. RGB value is (193,21,223). Sum of RGB (Red+Green+Blue) = 193+21+223=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C115DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115DF is #3EEA20. Grayscale: #5E5E5E. Windows color (decimal): -4123169 or 14620097. OLE color: 14620097.
HSL color Cylindrical-coordinate representation of color #C115DF: hue angle of 291.09º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C115DF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 21 | 223 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.13 |
| HSL | 291.09º | 0.83% | 0.48% | - |
| HSV(B) | 291.09º | 0.91% | 0.87% | - |
| XYZ | 35.58 | 17.2 | 71.26 | - |
| YUV | 95.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 223 | 0.13 | 0.91 | 0 | 0.13 | 291.09 | 0.83 | 0.48 |
| Hex | C1 | 15 | DF | D | 5B | 0 | D | 123 | 53 | 30 |
| Octal | 301 | 25 | 337 | 15 | 133 | 0 | 15 | 443 | 123 | 60 |
| Binary | 11000001 | 10101 | 11011111 | 1101 | 1011011 | 0 | 1101 | 100100011 | 1010011 | 110000 |
Color Harmonies of #C115DF
Complementary color
Monochromatic Colors of #C115DF
Black with #C115DF
Text Example
Text Example
White with #C115DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115DF; }
p { color: rgb(193,21,223); }
H1.HeaderClassName
{
color: #C115DF;
}
.AnyTagClassName
{
color: #C115DF;
}
</style>
background-color css
<style>
a { background-color: #C115DF; }
a { background-color: rgb(193,21,223); }
div.DivClassName
{
background-color: #C115DF;
}
.BgClassName
{
background-color: #C115DF;
}
</style>
border-color css
<style>
span { border-color: #C115DF; }
span { border-color: rgb(193,21,223); }
td.TdClassName
{
border-color: #C115DF;
}
.TagClassName
{
border-color: #C115DF;
}
</style>