Shades of Deep Magenta #C124BE
Tints of Deep Magenta #C124BE
RGB
CMYK
RGB Variations
Color information
#C124BE (or 0xC124BE) is known color: Deep Magenta. HEX triplet: C1, 24 and BE. RGB value is (193,36,190). Sum of RGB (Red+Green+Blue) = 193+36+190=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C124BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124BE is #3EDB41. Grayscale: #646464. Windows color (decimal): -4119362 or 12461249. OLE color: 12461249.
HSL color Cylindrical-coordinate representation of color #C124BE: hue angle of 301.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C124BE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 190 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.24 |
| HSL | 301.15º | 0.69% | 0.45% | - |
| HSV(B) | 301.15º | 0.81% | 0.76% | - |
| XYZ | 31.92 | 16.32 | 50.18 | - |
| YUV | 100.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 190 | 0 | 0.81 | 0.02 | 0.24 | 301.15 | 0.69 | 0.45 |
| Hex | C1 | 24 | BE | 0 | 51 | 2 | 18 | 12D | 45 | 2D |
| Octal | 301 | 44 | 276 | 0 | 121 | 2 | 30 | 455 | 105 | 55 |
| Binary | 11000001 | 100100 | 10111110 | 0 | 1010001 | 10 | 11000 | 100101101 | 1000101 | 101101 |
Color Harmonies of #C124BE
Complementary color
Monochromatic Colors of #C124BE
Black with #C124BE
Text Example
Text Example
White with #C124BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124BE; }
p { color: rgb(193,36,190); }
H1.HeaderClassName
{
color: #C124BE;
}
.AnyTagClassName
{
color: #C124BE;
}
</style>
background-color css
<style>
a { background-color: #C124BE; }
a { background-color: rgb(193,36,190); }
div.DivClassName
{
background-color: #C124BE;
}
.BgClassName
{
background-color: #C124BE;
}
</style>
border-color css
<style>
span { border-color: #C124BE; }
span { border-color: rgb(193,36,190); }
td.TdClassName
{
border-color: #C124BE;
}
.TagClassName
{
border-color: #C124BE;
}
</style>