Shades of Deep Magenta #C510AA
Tints of Deep Magenta #C510AA
RGB
CMYK
RGB Variations
Color information
#C510AA (or 0xC510AA) is known color: Deep Magenta. HEX triplet: C5, 10 and AA. RGB value is (197,16,170). Sum of RGB (Red+Green+Blue) = 197+16+170=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C510AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C510AA is #3AEF55. Grayscale: #575757. Windows color (decimal): -3862358 or 11145413. OLE color: 11145413.
HSL color Cylindrical-coordinate representation of color #C510AA: hue angle of 308.95º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510AA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.23 |
| HSL | 308.95º | 0.85% | 0.42% | - |
| HSV(B) | 308.95º | 0.92% | 0.77% | - |
| XYZ | 30.47 | 15.14 | 39.35 | - |
| YUV | 87.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 170 | 0 | 0.92 | 0.14 | 0.23 | 308.95 | 0.85 | 0.42 |
| Hex | C5 | 10 | AA | 0 | 5C | E | 17 | 135 | 55 | 2A |
| Octal | 305 | 20 | 252 | 0 | 134 | 16 | 27 | 465 | 125 | 52 |
| Binary | 11000101 | 10000 | 10101010 | 0 | 1011100 | 1110 | 10111 | 100110101 | 1010101 | 101010 |
Color Harmonies of #C510AA
Complementary color
Monochromatic Colors of #C510AA
Black with #C510AA
Text Example
Text Example
White with #C510AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510AA; }
p { color: rgb(197,16,170); }
H1.HeaderClassName
{
color: #C510AA;
}
.AnyTagClassName
{
color: #C510AA;
}
</style>
background-color css
<style>
a { background-color: #C510AA; }
a { background-color: rgb(197,16,170); }
div.DivClassName
{
background-color: #C510AA;
}
.BgClassName
{
background-color: #C510AA;
}
</style>
border-color css
<style>
span { border-color: #C510AA; }
span { border-color: rgb(197,16,170); }
td.TdClassName
{
border-color: #C510AA;
}
.TagClassName
{
border-color: #C510AA;
}
</style>