Shades of Deep Magenta #C119CA
Tints of Deep Magenta #C119CA
RGB
CMYK
RGB Variations
Color information
#C119CA (or 0xC119CA) is known color: Deep Magenta. HEX triplet: C1, 19 and CA. RGB value is (193,25,202). Sum of RGB (Red+Green+Blue) = 193+25+202=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #C119CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119CA is #3EE635. Grayscale: #5E5E5E. Windows color (decimal): -4122166 or 13244865. OLE color: 13244865.
HSL color Cylindrical-coordinate representation of color #C119CA: hue angle of 296.95º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C119CA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 25 | 202 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.21 |
| HSL | 296.95º | 0.78% | 0.45% | - |
| HSV(B) | 296.95º | 0.88% | 0.79% | - |
| XYZ | 33 | 16.3 | 57.28 | - |
| YUV | 95.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 202 | 0.04 | 0.88 | 0 | 0.21 | 296.95 | 0.78 | 0.45 |
| Hex | C1 | 19 | CA | 4 | 58 | 0 | 15 | 129 | 4E | 2D |
| Octal | 301 | 31 | 312 | 4 | 130 | 0 | 25 | 451 | 116 | 55 |
| Binary | 11000001 | 11001 | 11001010 | 100 | 1011000 | 0 | 10101 | 100101001 | 1001110 | 101101 |
Color Harmonies of #C119CA
Complementary color
Monochromatic Colors of #C119CA
Black with #C119CA
Text Example
Text Example
White with #C119CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119CA; }
p { color: rgb(193,25,202); }
H1.HeaderClassName
{
color: #C119CA;
}
.AnyTagClassName
{
color: #C119CA;
}
</style>
background-color css
<style>
a { background-color: #C119CA; }
a { background-color: rgb(193,25,202); }
div.DivClassName
{
background-color: #C119CA;
}
.BgClassName
{
background-color: #C119CA;
}
</style>
border-color css
<style>
span { border-color: #C119CA; }
span { border-color: rgb(193,25,202); }
td.TdClassName
{
border-color: #C119CA;
}
.TagClassName
{
border-color: #C119CA;
}
</style>