Shades of Deep Magenta #C610AA
Tints of Deep Magenta #C610AA
RGB
CMYK
RGB Variations
Color information
#C610AA (or 0xC610AA) is known color: Deep Magenta. HEX triplet: C6, 10 and AA. RGB value is (198,16,170). Sum of RGB (Red+Green+Blue) = 198+16+170=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C610AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610AA is #39EF55. Grayscale: #575757. Windows color (decimal): -3796822 or 11145414. OLE color: 11145414.
HSL color Cylindrical-coordinate representation of color #C610AA: hue angle of 309.23º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610AA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.22 |
| HSL | 309.23º | 0.85% | 0.42% | - |
| HSV(B) | 309.23º | 0.92% | 0.78% | - |
| XYZ | 30.73 | 15.28 | 39.36 | - |
| YUV | 87.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 170 | 0 | 0.92 | 0.14 | 0.22 | 309.23 | 0.85 | 0.42 |
| Hex | C6 | 10 | AA | 0 | 5C | E | 16 | 135 | 55 | 2A |
| Octal | 306 | 20 | 252 | 0 | 134 | 16 | 26 | 465 | 125 | 52 |
| Binary | 11000110 | 10000 | 10101010 | 0 | 1011100 | 1110 | 10110 | 100110101 | 1010101 | 101010 |
Color Harmonies of #C610AA
Complementary color
Monochromatic Colors of #C610AA
Black with #C610AA
Text Example
Text Example
White with #C610AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610AA; }
p { color: rgb(198,16,170); }
H1.HeaderClassName
{
color: #C610AA;
}
.AnyTagClassName
{
color: #C610AA;
}
</style>
background-color css
<style>
a { background-color: #C610AA; }
a { background-color: rgb(198,16,170); }
div.DivClassName
{
background-color: #C610AA;
}
.BgClassName
{
background-color: #C610AA;
}
</style>
border-color css
<style>
span { border-color: #C610AA; }
span { border-color: rgb(198,16,170); }
td.TdClassName
{
border-color: #C610AA;
}
.TagClassName
{
border-color: #C610AA;
}
</style>