Shades of Deep Magenta #C610AD
Tints of Deep Magenta #C610AD
RGB
CMYK
RGB Variations
Color information
#C610AD (or 0xC610AD) is known color: Deep Magenta. HEX triplet: C6, 10 and AD. RGB value is (198,16,173). Sum of RGB (Red+Green+Blue) = 198+16+173=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C610AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610AD is #39EF52. Grayscale: #575757. Windows color (decimal): -3796819 or 11342022. OLE color: 11342022.
HSL color Cylindrical-coordinate representation of color #C610AD: hue angle of 308.24º 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 #C610AD is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.22 |
| HSL | 308.24º | 0.85% | 0.42% | - |
| HSV(B) | 308.24º | 0.92% | 0.78% | - |
| XYZ | 31.02 | 15.39 | 40.87 | - |
| YUV | 88.32 | 175.8 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 173 | 0 | 0.92 | 0.13 | 0.22 | 308.24 | 0.85 | 0.42 |
| Hex | C6 | 10 | AD | 0 | 5C | D | 16 | 134 | 55 | 2A |
| Octal | 306 | 20 | 255 | 0 | 134 | 15 | 26 | 464 | 125 | 52 |
| Binary | 11000110 | 10000 | 10101101 | 0 | 1011100 | 1101 | 10110 | 100110100 | 1010101 | 101010 |
Color Harmonies of #C610AD
Complementary color
Monochromatic Colors of #C610AD
Black with #C610AD
Text Example
Text Example
White with #C610AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610AD; }
p { color: rgb(198,16,173); }
H1.HeaderClassName
{
color: #C610AD;
}
.AnyTagClassName
{
color: #C610AD;
}
</style>
background-color css
<style>
a { background-color: #C610AD; }
a { background-color: rgb(198,16,173); }
div.DivClassName
{
background-color: #C610AD;
}
.BgClassName
{
background-color: #C610AD;
}
</style>
border-color css
<style>
span { border-color: #C610AD; }
span { border-color: rgb(198,16,173); }
td.TdClassName
{
border-color: #C610AD;
}
.TagClassName
{
border-color: #C610AD;
}
</style>