Shades of Deep Magenta #C510CD
Tints of Deep Magenta #C510CD
RGB
CMYK
RGB Variations
Color information
#C510CD (or 0xC510CD) is known color: Deep Magenta. HEX triplet: C5, 10 and CD. RGB value is (197,16,205). Sum of RGB (Red+Green+Blue) = 197+16+205=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C510CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CD is #3AEF32. Grayscale: #5B5B5B. Windows color (decimal): -3862323 or 13439173. OLE color: 13439173.
HSL color Cylindrical-coordinate representation of color #C510CD: hue angle of 297.46º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510CD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 16 | 205 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.20 |
| HSL | 297.46º | 0.86% | 0.43% | - |
| HSV(B) | 297.46º | 0.92% | 0.8% | - |
| XYZ | 34.23 | 16.65 | 59.17 | - |
| YUV | 91.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 205 | 0.04 | 0.92 | 0 | 0.20 | 297.46 | 0.86 | 0.43 |
| Hex | C5 | 10 | CD | 4 | 5C | 0 | 14 | 129 | 56 | 2B |
| Octal | 305 | 20 | 315 | 4 | 134 | 0 | 24 | 451 | 126 | 53 |
| Binary | 11000101 | 10000 | 11001101 | 100 | 1011100 | 0 | 10100 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C510CD
Complementary color
Monochromatic Colors of #C510CD
Black with #C510CD
Text Example
Text Example
White with #C510CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510CD; }
p { color: rgb(197,16,205); }
H1.HeaderClassName
{
color: #C510CD;
}
.AnyTagClassName
{
color: #C510CD;
}
</style>
background-color css
<style>
a { background-color: #C510CD; }
a { background-color: rgb(197,16,205); }
div.DivClassName
{
background-color: #C510CD;
}
.BgClassName
{
background-color: #C510CD;
}
</style>
border-color css
<style>
span { border-color: #C510CD; }
span { border-color: rgb(197,16,205); }
td.TdClassName
{
border-color: #C510CD;
}
.TagClassName
{
border-color: #C510CD;
}
</style>