Shades of Deep Magenta #C124CA
Tints of Deep Magenta #C124CA
RGB
CMYK
RGB Variations
Color information
#C124CA (or 0xC124CA) is known color: Deep Magenta. HEX triplet: C1, 24 and CA. RGB value is (193,36,202). Sum of RGB (Red+Green+Blue) = 193+36+202=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #C124CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124CA is #3EDB35. Grayscale: #656565. Windows color (decimal): -4119350 or 13247681. OLE color: 13247681.
HSL color Cylindrical-coordinate representation of color #C124CA: hue angle of 296.75º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C124CA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 36 | 202 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.21 |
| HSL | 296.75º | 0.7% | 0.47% | - |
| HSV(B) | 296.75º | 0.82% | 0.79% | - |
| XYZ | 33.28 | 16.86 | 57.38 | - |
| YUV | 101.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 202 | 0.04 | 0.82 | 0 | 0.21 | 296.75 | 0.7 | 0.47 |
| Hex | C1 | 24 | CA | 4 | 52 | 0 | 15 | 129 | 46 | 2F |
| Octal | 301 | 44 | 312 | 4 | 122 | 0 | 25 | 451 | 106 | 57 |
| Binary | 11000001 | 100100 | 11001010 | 100 | 1010010 | 0 | 10101 | 100101001 | 1000110 | 101111 |
Color Harmonies of #C124CA
Complementary color
Monochromatic Colors of #C124CA
Black with #C124CA
Text Example
Text Example
White with #C124CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124CA; }
p { color: rgb(193,36,202); }
H1.HeaderClassName
{
color: #C124CA;
}
.AnyTagClassName
{
color: #C124CA;
}
</style>
background-color css
<style>
a { background-color: #C124CA; }
a { background-color: rgb(193,36,202); }
div.DivClassName
{
background-color: #C124CA;
}
.BgClassName
{
background-color: #C124CA;
}
</style>
border-color css
<style>
span { border-color: #C124CA; }
span { border-color: rgb(193,36,202); }
td.TdClassName
{
border-color: #C124CA;
}
.TagClassName
{
border-color: #C124CA;
}
</style>