Shades of Deep Magenta #C124DC
Tints of Deep Magenta #C124DC
RGB
CMYK
RGB Variations
Color information
#C124DC (or 0xC124DC) is known color: Deep Magenta. HEX triplet: C1, 24 and DC. RGB value is (193,36,220). Sum of RGB (Red+Green+Blue) = 193+36+220=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #C124DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124DC is #3EDB23. Grayscale: #676767. Windows color (decimal): -4119332 or 14427329. OLE color: 14427329.
HSL color Cylindrical-coordinate representation of color #C124DC: hue angle of 291.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C124DC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 36 | 220 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.14 |
| HSL | 291.2º | 0.72% | 0.5% | - |
| HSV(B) | 291.2º | 0.84% | 0.86% | - |
| XYZ | 35.54 | 17.77 | 69.27 | - |
| YUV | 103.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 220 | 0.12 | 0.84 | 0 | 0.14 | 291.2 | 0.72 | 0.5 |
| Hex | C1 | 24 | DC | C | 54 | 0 | E | 123 | 48 | 32 |
| Octal | 301 | 44 | 334 | 14 | 124 | 0 | 16 | 443 | 110 | 62 |
| Binary | 11000001 | 100100 | 11011100 | 1100 | 1010100 | 0 | 1110 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C124DC
Complementary color
Monochromatic Colors of #C124DC
Black with #C124DC
Text Example
Text Example
White with #C124DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124DC; }
p { color: rgb(193,36,220); }
H1.HeaderClassName
{
color: #C124DC;
}
.AnyTagClassName
{
color: #C124DC;
}
</style>
background-color css
<style>
a { background-color: #C124DC; }
a { background-color: rgb(193,36,220); }
div.DivClassName
{
background-color: #C124DC;
}
.BgClassName
{
background-color: #C124DC;
}
</style>
border-color css
<style>
span { border-color: #C124DC; }
span { border-color: rgb(193,36,220); }
td.TdClassName
{
border-color: #C124DC;
}
.TagClassName
{
border-color: #C124DC;
}
</style>