Shades of Deep Magenta #C510D0
Tints of Deep Magenta #C510D0
RGB
CMYK
RGB Variations
Color information
#C510D0 (or 0xC510D0) is known color: Deep Magenta. HEX triplet: C5, 10 and D0. RGB value is (197,16,208). Sum of RGB (Red+Green+Blue) = 197+16+208=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #C510D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510D0 is #3AEF2F. Grayscale: #5B5B5B. Windows color (decimal): -3862320 or 13635781. OLE color: 13635781.
HSL color Cylindrical-coordinate representation of color #C510D0: hue angle of 296.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510D0 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 16 | 208 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.18 |
| HSL | 296.56º | 0.86% | 0.44% | - |
| HSV(B) | 296.56º | 0.92% | 0.82% | - |
| XYZ | 34.6 | 16.79 | 61.09 | - |
| YUV | 92.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 208 | 0.05 | 0.92 | 0 | 0.18 | 296.56 | 0.86 | 0.44 |
| Hex | C5 | 10 | D0 | 5 | 5C | 0 | 12 | 129 | 56 | 2C |
| Octal | 305 | 20 | 320 | 5 | 134 | 0 | 22 | 451 | 126 | 54 |
| Binary | 11000101 | 10000 | 11010000 | 101 | 1011100 | 0 | 10010 | 100101001 | 1010110 | 101100 |
Color Harmonies of #C510D0
Complementary color
Monochromatic Colors of #C510D0
Black with #C510D0
Text Example
Text Example
White with #C510D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510D0; }
p { color: rgb(197,16,208); }
H1.HeaderClassName
{
color: #C510D0;
}
.AnyTagClassName
{
color: #C510D0;
}
</style>
background-color css
<style>
a { background-color: #C510D0; }
a { background-color: rgb(197,16,208); }
div.DivClassName
{
background-color: #C510D0;
}
.BgClassName
{
background-color: #C510D0;
}
</style>
border-color css
<style>
span { border-color: #C510D0; }
span { border-color: rgb(197,16,208); }
td.TdClassName
{
border-color: #C510D0;
}
.TagClassName
{
border-color: #C510D0;
}
</style>