Shades of Deep Magenta #C514AD
Tints of Deep Magenta #C514AD
RGB
CMYK
RGB Variations
Color information
#C514AD (or 0xC514AD) is known color: Deep Magenta. HEX triplet: C5, 14 and AD. RGB value is (197,20,173). Sum of RGB (Red+Green+Blue) = 197+20+173=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C514AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C514AD is #3AEB52. Grayscale: #595959. Windows color (decimal): -3861331 or 11343045. OLE color: 11343045.
HSL color Cylindrical-coordinate representation of color #C514AD: hue angle of 308.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514AD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.23 |
| HSL | 308.14º | 0.82% | 0.43% | - |
| HSV(B) | 308.14º | 0.9% | 0.77% | - |
| XYZ | 30.82 | 15.39 | 40.88 | - |
| YUV | 90.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 173 | 0 | 0.90 | 0.12 | 0.23 | 308.14 | 0.82 | 0.43 |
| Hex | C5 | 14 | AD | 0 | 5A | C | 17 | 134 | 52 | 2B |
| Octal | 305 | 24 | 255 | 0 | 132 | 14 | 27 | 464 | 122 | 53 |
| Binary | 11000101 | 10100 | 10101101 | 0 | 1011010 | 1100 | 10111 | 100110100 | 1010010 | 101011 |
Color Harmonies of #C514AD
Complementary color
Monochromatic Colors of #C514AD
Black with #C514AD
Text Example
Text Example
White with #C514AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514AD; }
p { color: rgb(197,20,173); }
H1.HeaderClassName
{
color: #C514AD;
}
.AnyTagClassName
{
color: #C514AD;
}
</style>
background-color css
<style>
a { background-color: #C514AD; }
a { background-color: rgb(197,20,173); }
div.DivClassName
{
background-color: #C514AD;
}
.BgClassName
{
background-color: #C514AD;
}
</style>
border-color css
<style>
span { border-color: #C514AD; }
span { border-color: rgb(197,20,173); }
td.TdClassName
{
border-color: #C514AD;
}
.TagClassName
{
border-color: #C514AD;
}
</style>