Shades of Deep Magenta #C118DD
Tints of Deep Magenta #C118DD
RGB
CMYK
RGB Variations
Color information
#C118DD (or 0xC118DD) is known color: Deep Magenta. HEX triplet: C1, 18 and DD. RGB value is (193,24,221). Sum of RGB (Red+Green+Blue) = 193+24+221=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C118DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118DD is #3EE722. Grayscale: #606060. Windows color (decimal): -4122403 or 14489793. OLE color: 14489793.
HSL color Cylindrical-coordinate representation of color #C118DD: hue angle of 291.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C118DD is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 24 | 221 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.13 |
| HSL | 291.47º | 0.8% | 0.48% | - |
| HSV(B) | 291.47º | 0.89% | 0.87% | - |
| XYZ | 35.37 | 17.21 | 69.86 | - |
| YUV | 96.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 221 | 0.13 | 0.89 | 0 | 0.13 | 291.47 | 0.8 | 0.48 |
| Hex | C1 | 18 | DD | D | 59 | 0 | D | 123 | 50 | 30 |
| Octal | 301 | 30 | 335 | 15 | 131 | 0 | 15 | 443 | 120 | 60 |
| Binary | 11000001 | 11000 | 11011101 | 1101 | 1011001 | 0 | 1101 | 100100011 | 1010000 | 110000 |
Color Harmonies of #C118DD
Complementary color
Monochromatic Colors of #C118DD
Black with #C118DD
Text Example
Text Example
White with #C118DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118DD; }
p { color: rgb(193,24,221); }
H1.HeaderClassName
{
color: #C118DD;
}
.AnyTagClassName
{
color: #C118DD;
}
</style>
background-color css
<style>
a { background-color: #C118DD; }
a { background-color: rgb(193,24,221); }
div.DivClassName
{
background-color: #C118DD;
}
.BgClassName
{
background-color: #C118DD;
}
</style>
border-color css
<style>
span { border-color: #C118DD; }
span { border-color: rgb(193,24,221); }
td.TdClassName
{
border-color: #C118DD;
}
.TagClassName
{
border-color: #C118DD;
}
</style>