Shades of Deep Magenta #C610AC
Tints of Deep Magenta #C610AC
RGB
CMYK
RGB Variations
Color information
#C610AC (or 0xC610AC) is known color: Deep Magenta. HEX triplet: C6, 10 and AC. RGB value is (198,16,172). Sum of RGB (Red+Green+Blue) = 198+16+172=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C610AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610AC is #39EF53. Grayscale: #575757. Windows color (decimal): -3796820 or 11276486. OLE color: 11276486.
HSL color Cylindrical-coordinate representation of color #C610AC: hue angle of 308.57º 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 #C610AC is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 172 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.22 |
| HSL | 308.57º | 0.85% | 0.42% | - |
| HSV(B) | 308.57º | 0.92% | 0.78% | - |
| XYZ | 30.92 | 15.35 | 40.36 | - |
| YUV | 88.2 | 175.3 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 172 | 0 | 0.92 | 0.13 | 0.22 | 308.57 | 0.85 | 0.42 |
| Hex | C6 | 10 | AC | 0 | 5C | D | 16 | 135 | 55 | 2A |
| Octal | 306 | 20 | 254 | 0 | 134 | 15 | 26 | 465 | 125 | 52 |
| Binary | 11000110 | 10000 | 10101100 | 0 | 1011100 | 1101 | 10110 | 100110101 | 1010101 | 101010 |
Color Harmonies of #C610AC
Complementary color
Monochromatic Colors of #C610AC
Black with #C610AC
Text Example
Text Example
White with #C610AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610AC; }
p { color: rgb(198,16,172); }
H1.HeaderClassName
{
color: #C610AC;
}
.AnyTagClassName
{
color: #C610AC;
}
</style>
background-color css
<style>
a { background-color: #C610AC; }
a { background-color: rgb(198,16,172); }
div.DivClassName
{
background-color: #C610AC;
}
.BgClassName
{
background-color: #C610AC;
}
</style>
border-color css
<style>
span { border-color: #C610AC; }
span { border-color: rgb(198,16,172); }
td.TdClassName
{
border-color: #C610AC;
}
.TagClassName
{
border-color: #C610AC;
}
</style>