Shades of Deep Magenta #C510DF
Tints of Deep Magenta #C510DF
RGB
CMYK
RGB Variations
Color information
#C510DF (or 0xC510DF) is known color: Deep Magenta. HEX triplet: C5, 10 and DF. RGB value is (197,16,223). Sum of RGB (Red+Green+Blue) = 197+16+223=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C510DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510DF is #3AEF20. Grayscale: #5D5D5D. Windows color (decimal): -3862305 or 14618821. OLE color: 14618821.
HSL color Cylindrical-coordinate representation of color #C510DF: hue angle of 292.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C510DF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 16 | 223 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.13 |
| HSL | 292.46º | 0.87% | 0.47% | - |
| HSV(B) | 292.46º | 0.93% | 0.87% | - |
| XYZ | 36.53 | 17.57 | 71.28 | - |
| YUV | 93.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 223 | 0.12 | 0.93 | 0 | 0.13 | 292.46 | 0.87 | 0.47 |
| Hex | C5 | 10 | DF | C | 5D | 0 | D | 124 | 57 | 2F |
| Octal | 305 | 20 | 337 | 14 | 135 | 0 | 15 | 444 | 127 | 57 |
| Binary | 11000101 | 10000 | 11011111 | 1100 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101111 |
Color Harmonies of #C510DF
Complementary color
Monochromatic Colors of #C510DF
Black with #C510DF
Text Example
Text Example
White with #C510DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510DF; }
p { color: rgb(197,16,223); }
H1.HeaderClassName
{
color: #C510DF;
}
.AnyTagClassName
{
color: #C510DF;
}
</style>
background-color css
<style>
a { background-color: #C510DF; }
a { background-color: rgb(197,16,223); }
div.DivClassName
{
background-color: #C510DF;
}
.BgClassName
{
background-color: #C510DF;
}
</style>
border-color css
<style>
span { border-color: #C510DF; }
span { border-color: rgb(197,16,223); }
td.TdClassName
{
border-color: #C510DF;
}
.TagClassName
{
border-color: #C510DF;
}
</style>