Shades of Deep Magenta #C124DA
Tints of Deep Magenta #C124DA
RGB
CMYK
RGB Variations
Color information
#C124DA (or 0xC124DA) is known color: Deep Magenta. HEX triplet: C1, 24 and DA. RGB value is (193,36,218). Sum of RGB (Red+Green+Blue) = 193+36+218=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #C124DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124DA is #3EDB25. Grayscale: #676767. Windows color (decimal): -4119334 or 14296257. OLE color: 14296257.
HSL color Cylindrical-coordinate representation of color #C124DA: hue angle of 291.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C124DA is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 36 | 218 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.15 |
| HSL | 291.76º | 0.72% | 0.5% | - |
| HSV(B) | 291.76º | 0.83% | 0.85% | - |
| XYZ | 35.28 | 17.66 | 67.88 | - |
| YUV | 103.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 218 | 0.11 | 0.83 | 0 | 0.15 | 291.76 | 0.72 | 0.5 |
| Hex | C1 | 24 | DA | B | 53 | 0 | F | 124 | 48 | 32 |
| Octal | 301 | 44 | 332 | 13 | 123 | 0 | 17 | 444 | 110 | 62 |
| Binary | 11000001 | 100100 | 11011010 | 1011 | 1010011 | 0 | 1111 | 100100100 | 1001000 | 110010 |
Color Harmonies of #C124DA
Complementary color
Monochromatic Colors of #C124DA
Black with #C124DA
Text Example
Text Example
White with #C124DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124DA; }
p { color: rgb(193,36,218); }
H1.HeaderClassName
{
color: #C124DA;
}
.AnyTagClassName
{
color: #C124DA;
}
</style>
background-color css
<style>
a { background-color: #C124DA; }
a { background-color: rgb(193,36,218); }
div.DivClassName
{
background-color: #C124DA;
}
.BgClassName
{
background-color: #C124DA;
}
</style>
border-color css
<style>
span { border-color: #C124DA; }
span { border-color: rgb(193,36,218); }
td.TdClassName
{
border-color: #C124DA;
}
.TagClassName
{
border-color: #C124DA;
}
</style>