Shades of Deep Magenta #C519C2
Tints of Deep Magenta #C519C2
RGB
CMYK
RGB Variations
Color information
#C519C2 (or 0xC519C2) is known color: Deep Magenta. HEX triplet: C5, 19 and C2. RGB value is (197,25,194). Sum of RGB (Red+Green+Blue) = 197+25+194=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C519C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519C2 is #3AE63D. Grayscale: #5F5F5F. Windows color (decimal): -3860030 or 12720581. OLE color: 12720581.
HSL color Cylindrical-coordinate representation of color #C519C2: hue angle of 301.05º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C519C2 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 194 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.23 |
| HSL | 301.05º | 0.77% | 0.44% | - |
| HSV(B) | 301.05º | 0.87% | 0.77% | - |
| XYZ | 33.11 | 16.46 | 52.47 | - |
| YUV | 95.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 194 | 0 | 0.87 | 0.02 | 0.23 | 301.05 | 0.77 | 0.44 |
| Hex | C5 | 19 | C2 | 0 | 57 | 2 | 17 | 12D | 4D | 2C |
| Octal | 305 | 31 | 302 | 0 | 127 | 2 | 27 | 455 | 115 | 54 |
| Binary | 11000101 | 11001 | 11000010 | 0 | 1010111 | 10 | 10111 | 100101101 | 1001101 | 101100 |
Color Harmonies of #C519C2
Complementary color
Monochromatic Colors of #C519C2
Black with #C519C2
Text Example
Text Example
White with #C519C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519C2; }
p { color: rgb(197,25,194); }
H1.HeaderClassName
{
color: #C519C2;
}
.AnyTagClassName
{
color: #C519C2;
}
</style>
background-color css
<style>
a { background-color: #C519C2; }
a { background-color: rgb(197,25,194); }
div.DivClassName
{
background-color: #C519C2;
}
.BgClassName
{
background-color: #C519C2;
}
</style>
border-color css
<style>
span { border-color: #C519C2; }
span { border-color: rgb(197,25,194); }
td.TdClassName
{
border-color: #C519C2;
}
.TagClassName
{
border-color: #C519C2;
}
</style>