Shades of Deep Magenta #C606AC
Tints of Deep Magenta #C606AC
RGB
CMYK
RGB Variations
Color information
#C606AC (or 0xC606AC) is known color: Deep Magenta. HEX triplet: C6, 06 and AC. RGB value is (198,6,172). Sum of RGB (Red+Green+Blue) = 198+6+172=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C606AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C606AC is #39F953. Grayscale: #515151. Windows color (decimal): -3799380 or 11273926. OLE color: 11273926.
HSL color Cylindrical-coordinate representation of color #C606AC: hue angle of 308.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606AC is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.22 |
| HSL | 308.13º | 0.94% | 0.4% | - |
| HSV(B) | 308.13º | 0.97% | 0.78% | - |
| XYZ | 30.8 | 15.11 | 40.32 | - |
| YUV | 82.33 | 178.61 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 172 | 0 | 0.97 | 0.13 | 0.22 | 308.13 | 0.94 | 0.4 |
| Hex | C6 | 6 | AC | 0 | 61 | D | 16 | 134 | 5E | 28 |
| Octal | 306 | 6 | 254 | 0 | 141 | 15 | 26 | 464 | 136 | 50 |
| Binary | 11000110 | 110 | 10101100 | 0 | 1100001 | 1101 | 10110 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C606AC
Complementary color
Monochromatic Colors of #C606AC
Black with #C606AC
Text Example
Text Example
White with #C606AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606AC; }
p { color: rgb(198,6,172); }
H1.HeaderClassName
{
color: #C606AC;
}
.AnyTagClassName
{
color: #C606AC;
}
</style>
background-color css
<style>
a { background-color: #C606AC; }
a { background-color: rgb(198,6,172); }
div.DivClassName
{
background-color: #C606AC;
}
.BgClassName
{
background-color: #C606AC;
}
</style>
border-color css
<style>
span { border-color: #C606AC; }
span { border-color: rgb(198,6,172); }
td.TdClassName
{
border-color: #C606AC;
}
.TagClassName
{
border-color: #C606AC;
}
</style>