Shades of Deep Magenta #C118DA
Tints of Deep Magenta #C118DA
RGB
CMYK
RGB Variations
Color information
#C118DA (or 0xC118DA) is known color: Deep Magenta. HEX triplet: C1, 18 and DA. RGB value is (193,24,218). Sum of RGB (Red+Green+Blue) = 193+24+218=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #C118DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118DA is #3EE725. Grayscale: #606060. Windows color (decimal): -4122406 or 14293185. OLE color: 14293185.
HSL color Cylindrical-coordinate representation of color #C118DA: hue angle of 292.27º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C118DA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 24 | 218 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.15 |
| HSL | 292.27º | 0.8% | 0.47% | - |
| HSV(B) | 292.27º | 0.89% | 0.85% | - |
| XYZ | 34.97 | 17.05 | 67.78 | - |
| YUV | 96.65 | 196.49 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 218 | 0.11 | 0.89 | 0 | 0.15 | 292.27 | 0.8 | 0.47 |
| Hex | C1 | 18 | DA | B | 59 | 0 | F | 124 | 50 | 2F |
| Octal | 301 | 30 | 332 | 13 | 131 | 0 | 17 | 444 | 120 | 57 |
| Binary | 11000001 | 11000 | 11011010 | 1011 | 1011001 | 0 | 1111 | 100100100 | 1010000 | 101111 |
Color Harmonies of #C118DA
Complementary color
Monochromatic Colors of #C118DA
Black with #C118DA
Text Example
Text Example
White with #C118DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118DA; }
p { color: rgb(193,24,218); }
H1.HeaderClassName
{
color: #C118DA;
}
.AnyTagClassName
{
color: #C118DA;
}
</style>
background-color css
<style>
a { background-color: #C118DA; }
a { background-color: rgb(193,24,218); }
div.DivClassName
{
background-color: #C118DA;
}
.BgClassName
{
background-color: #C118DA;
}
</style>
border-color css
<style>
span { border-color: #C118DA; }
span { border-color: rgb(193,24,218); }
td.TdClassName
{
border-color: #C118DA;
}
.TagClassName
{
border-color: #C118DA;
}
</style>