Shades of Deep Magenta #C519CE
Tints of Deep Magenta #C519CE
RGB
CMYK
RGB Variations
Color information
#C519CE (or 0xC519CE) is known color: Deep Magenta. HEX triplet: C5, 19 and CE. RGB value is (197,25,206). Sum of RGB (Red+Green+Blue) = 197+25+206=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #C519CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519CE is #3AE631. Grayscale: #606060. Windows color (decimal): -3860018 or 13507013. OLE color: 13507013.
HSL color Cylindrical-coordinate representation of color #C519CE: hue angle of 297.02º 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 #C519CE is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 25 | 206 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.19 |
| HSL | 297.02º | 0.78% | 0.45% | - |
| HSV(B) | 297.02º | 0.88% | 0.81% | - |
| XYZ | 34.51 | 17.02 | 59.86 | - |
| YUV | 97.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 206 | 0.04 | 0.88 | 0 | 0.19 | 297.02 | 0.78 | 0.45 |
| Hex | C5 | 19 | CE | 4 | 58 | 0 | 13 | 129 | 4E | 2D |
| Octal | 305 | 31 | 316 | 4 | 130 | 0 | 23 | 451 | 116 | 55 |
| Binary | 11000101 | 11001 | 11001110 | 100 | 1011000 | 0 | 10011 | 100101001 | 1001110 | 101101 |
Color Harmonies of #C519CE
Complementary color
Monochromatic Colors of #C519CE
Black with #C519CE
Text Example
Text Example
White with #C519CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519CE; }
p { color: rgb(197,25,206); }
H1.HeaderClassName
{
color: #C519CE;
}
.AnyTagClassName
{
color: #C519CE;
}
</style>
background-color css
<style>
a { background-color: #C519CE; }
a { background-color: rgb(197,25,206); }
div.DivClassName
{
background-color: #C519CE;
}
.BgClassName
{
background-color: #C519CE;
}
</style>
border-color css
<style>
span { border-color: #C519CE; }
span { border-color: rgb(197,25,206); }
td.TdClassName
{
border-color: #C519CE;
}
.TagClassName
{
border-color: #C519CE;
}
</style>