Shades of Deep Magenta #C514D7
Tints of Deep Magenta #C514D7
RGB
CMYK
RGB Variations
Color information
#C514D7 (or 0xC514D7) is known color: Deep Magenta. HEX triplet: C5, 14 and D7. RGB value is (197,20,215). Sum of RGB (Red+Green+Blue) = 197+20+215=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #C514D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514D7 is #3AEB28. Grayscale: #5E5E5E. Windows color (decimal): -3861289 or 14095557. OLE color: 14095557.
HSL color Cylindrical-coordinate representation of color #C514D7: hue angle of 294.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C514D7 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 20 | 215 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.16 |
| HSL | 294.46º | 0.83% | 0.46% | - |
| HSV(B) | 294.46º | 0.91% | 0.84% | - |
| XYZ | 35.54 | 17.28 | 65.75 | - |
| YUV | 95.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 215 | 0.08 | 0.91 | 0 | 0.16 | 294.46 | 0.83 | 0.46 |
| Hex | C5 | 14 | D7 | 8 | 5B | 0 | 10 | 126 | 53 | 2E |
| Octal | 305 | 24 | 327 | 10 | 133 | 0 | 20 | 446 | 123 | 56 |
| Binary | 11000101 | 10100 | 11010111 | 1000 | 1011011 | 0 | 10000 | 100100110 | 1010011 | 101110 |
Color Harmonies of #C514D7
Complementary color
Monochromatic Colors of #C514D7
Black with #C514D7
Text Example
Text Example
White with #C514D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514D7; }
p { color: rgb(197,20,215); }
H1.HeaderClassName
{
color: #C514D7;
}
.AnyTagClassName
{
color: #C514D7;
}
</style>
background-color css
<style>
a { background-color: #C514D7; }
a { background-color: rgb(197,20,215); }
div.DivClassName
{
background-color: #C514D7;
}
.BgClassName
{
background-color: #C514D7;
}
</style>
border-color css
<style>
span { border-color: #C514D7; }
span { border-color: rgb(197,20,215); }
td.TdClassName
{
border-color: #C514D7;
}
.TagClassName
{
border-color: #C514D7;
}
</style>