Shades of Deep Magenta #C118D0
Tints of Deep Magenta #C118D0
RGB
CMYK
RGB Variations
Color information
#C118D0 (or 0xC118D0) is known color: Deep Magenta. HEX triplet: C1, 18 and D0. RGB value is (193,24,208). Sum of RGB (Red+Green+Blue) = 193+24+208=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #C118D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118D0 is #3EE72F. Grayscale: #5E5E5E. Windows color (decimal): -4122416 or 13637825. OLE color: 13637825.
HSL color Cylindrical-coordinate representation of color #C118D0: hue angle of 295.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118D0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 24 | 208 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.18 |
| HSL | 295.11º | 0.79% | 0.45% | - |
| HSV(B) | 295.11º | 0.88% | 0.82% | - |
| XYZ | 33.7 | 16.54 | 61.09 | - |
| YUV | 95.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 208 | 0.07 | 0.88 | 0 | 0.18 | 295.11 | 0.79 | 0.45 |
| Hex | C1 | 18 | D0 | 7 | 58 | 0 | 12 | 127 | 4F | 2D |
| Octal | 301 | 30 | 320 | 7 | 130 | 0 | 22 | 447 | 117 | 55 |
| Binary | 11000001 | 11000 | 11010000 | 111 | 1011000 | 0 | 10010 | 100100111 | 1001111 | 101101 |
Color Harmonies of #C118D0
Complementary color
Monochromatic Colors of #C118D0
Black with #C118D0
Text Example
Text Example
White with #C118D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118D0; }
p { color: rgb(193,24,208); }
H1.HeaderClassName
{
color: #C118D0;
}
.AnyTagClassName
{
color: #C118D0;
}
</style>
background-color css
<style>
a { background-color: #C118D0; }
a { background-color: rgb(193,24,208); }
div.DivClassName
{
background-color: #C118D0;
}
.BgClassName
{
background-color: #C118D0;
}
</style>
border-color css
<style>
span { border-color: #C118D0; }
span { border-color: rgb(193,24,208); }
td.TdClassName
{
border-color: #C118D0;
}
.TagClassName
{
border-color: #C118D0;
}
</style>