Shades of Deep Magenta #C115D0
Tints of Deep Magenta #C115D0
RGB
CMYK
RGB Variations
Color information
#C115D0 (or 0xC115D0) is known color: Deep Magenta. HEX triplet: C1, 15 and D0. RGB value is (193,21,208). Sum of RGB (Red+Green+Blue) = 193+21+208=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #C115D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115D0 is #3EEA2F. Grayscale: #5D5D5D. Windows color (decimal): -4123184 or 13637057. OLE color: 13637057.
HSL color Cylindrical-coordinate representation of color #C115D0: hue angle of 295.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C115D0 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 21 | 208 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.18 |
| HSL | 295.19º | 0.82% | 0.45% | - |
| HSV(B) | 295.19º | 0.9% | 0.82% | - |
| XYZ | 33.65 | 16.43 | 61.07 | - |
| YUV | 93.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 208 | 0.07 | 0.90 | 0 | 0.18 | 295.19 | 0.82 | 0.45 |
| Hex | C1 | 15 | D0 | 7 | 5A | 0 | 12 | 127 | 52 | 2D |
| Octal | 301 | 25 | 320 | 7 | 132 | 0 | 22 | 447 | 122 | 55 |
| Binary | 11000001 | 10101 | 11010000 | 111 | 1011010 | 0 | 10010 | 100100111 | 1010010 | 101101 |
Color Harmonies of #C115D0
Complementary color
Monochromatic Colors of #C115D0
Black with #C115D0
Text Example
Text Example
White with #C115D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115D0; }
p { color: rgb(193,21,208); }
H1.HeaderClassName
{
color: #C115D0;
}
.AnyTagClassName
{
color: #C115D0;
}
</style>
background-color css
<style>
a { background-color: #C115D0; }
a { background-color: rgb(193,21,208); }
div.DivClassName
{
background-color: #C115D0;
}
.BgClassName
{
background-color: #C115D0;
}
</style>
border-color css
<style>
span { border-color: #C115D0; }
span { border-color: rgb(193,21,208); }
td.TdClassName
{
border-color: #C115D0;
}
.TagClassName
{
border-color: #C115D0;
}
</style>