Shades of Deep Magenta #C124CF
Tints of Deep Magenta #C124CF
RGB
CMYK
RGB Variations
Color information
#C124CF (or 0xC124CF) is known color: Deep Magenta. HEX triplet: C1, 24 and CF. RGB value is (193,36,207). Sum of RGB (Red+Green+Blue) = 193+36+207=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #C124CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124CF is #3EDB30. Grayscale: #656565. Windows color (decimal): -4119345 or 13575361. OLE color: 13575361.
HSL color Cylindrical-coordinate representation of color #C124CF: hue angle of 295.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C124CF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 36 | 207 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.19 |
| HSL | 295.09º | 0.7% | 0.48% | - |
| HSV(B) | 295.09º | 0.83% | 0.81% | - |
| XYZ | 33.89 | 17.1 | 60.55 | - |
| YUV | 102.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 207 | 0.07 | 0.83 | 0 | 0.19 | 295.09 | 0.7 | 0.48 |
| Hex | C1 | 24 | CF | 7 | 53 | 0 | 13 | 127 | 46 | 30 |
| Octal | 301 | 44 | 317 | 7 | 123 | 0 | 23 | 447 | 106 | 60 |
| Binary | 11000001 | 100100 | 11001111 | 111 | 1010011 | 0 | 10011 | 100100111 | 1000110 | 110000 |
Color Harmonies of #C124CF
Complementary color
Monochromatic Colors of #C124CF
Black with #C124CF
Text Example
Text Example
White with #C124CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124CF; }
p { color: rgb(193,36,207); }
H1.HeaderClassName
{
color: #C124CF;
}
.AnyTagClassName
{
color: #C124CF;
}
</style>
background-color css
<style>
a { background-color: #C124CF; }
a { background-color: rgb(193,36,207); }
div.DivClassName
{
background-color: #C124CF;
}
.BgClassName
{
background-color: #C124CF;
}
</style>
border-color css
<style>
span { border-color: #C124CF; }
span { border-color: rgb(193,36,207); }
td.TdClassName
{
border-color: #C124CF;
}
.TagClassName
{
border-color: #C124CF;
}
</style>