Shades of Deep Magenta #C119CF
Tints of Deep Magenta #C119CF
RGB
CMYK
RGB Variations
Color information
#C119CF (or 0xC119CF) is known color: Deep Magenta. HEX triplet: C1, 19 and CF. RGB value is (193,25,207). Sum of RGB (Red+Green+Blue) = 193+25+207=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #C119CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119CF is #3EE630. Grayscale: #5F5F5F. Windows color (decimal): -4122161 or 13572545. OLE color: 13572545.
HSL color Cylindrical-coordinate representation of color #C119CF: hue angle of 295.38º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C119CF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 25 | 207 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.19 |
| HSL | 295.38º | 0.78% | 0.45% | - |
| HSV(B) | 295.38º | 0.88% | 0.81% | - |
| XYZ | 33.6 | 16.54 | 60.45 | - |
| YUV | 95.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 207 | 0.07 | 0.88 | 0 | 0.19 | 295.38 | 0.78 | 0.45 |
| Hex | C1 | 19 | CF | 7 | 58 | 0 | 13 | 127 | 4E | 2D |
| Octal | 301 | 31 | 317 | 7 | 130 | 0 | 23 | 447 | 116 | 55 |
| Binary | 11000001 | 11001 | 11001111 | 111 | 1011000 | 0 | 10011 | 100100111 | 1001110 | 101101 |
Color Harmonies of #C119CF
Complementary color
Monochromatic Colors of #C119CF
Black with #C119CF
Text Example
Text Example
White with #C119CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119CF; }
p { color: rgb(193,25,207); }
H1.HeaderClassName
{
color: #C119CF;
}
.AnyTagClassName
{
color: #C119CF;
}
</style>
background-color css
<style>
a { background-color: #C119CF; }
a { background-color: rgb(193,25,207); }
div.DivClassName
{
background-color: #C119CF;
}
.BgClassName
{
background-color: #C119CF;
}
</style>
border-color css
<style>
span { border-color: #C119CF; }
span { border-color: rgb(193,25,207); }
td.TdClassName
{
border-color: #C119CF;
}
.TagClassName
{
border-color: #C119CF;
}
</style>