Shades of Deep Magenta #C607AC
Tints of Deep Magenta #C607AC
RGB
CMYK
RGB Variations
Color information
#C607AC (or 0xC607AC) is known color: Deep Magenta. HEX triplet: C6, 07 and AC. RGB value is (198,7,172). Sum of RGB (Red+Green+Blue) = 198+7+172=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C607AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C607AC is #39F853. Grayscale: #525252. Windows color (decimal): -3799124 or 11274182. OLE color: 11274182.
HSL color Cylindrical-coordinate representation of color #C607AC: hue angle of 308.17º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C607AC is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 172 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.22 |
| HSL | 308.17º | 0.93% | 0.4% | - |
| HSV(B) | 308.17º | 0.96% | 0.78% | - |
| XYZ | 30.81 | 15.14 | 40.33 | - |
| YUV | 82.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 172 | 0 | 0.96 | 0.13 | 0.22 | 308.17 | 0.93 | 0.4 |
| Hex | C6 | 7 | AC | 0 | 60 | D | 16 | 134 | 5D | 28 |
| Octal | 306 | 7 | 254 | 0 | 140 | 15 | 26 | 464 | 135 | 50 |
| Binary | 11000110 | 111 | 10101100 | 0 | 1100000 | 1101 | 10110 | 100110100 | 1011101 | 101000 |
Color Harmonies of #C607AC
Complementary color
Monochromatic Colors of #C607AC
Black with #C607AC
Text Example
Text Example
White with #C607AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607AC; }
p { color: rgb(198,7,172); }
H1.HeaderClassName
{
color: #C607AC;
}
.AnyTagClassName
{
color: #C607AC;
}
</style>
background-color css
<style>
a { background-color: #C607AC; }
a { background-color: rgb(198,7,172); }
div.DivClassName
{
background-color: #C607AC;
}
.BgClassName
{
background-color: #C607AC;
}
</style>
border-color css
<style>
span { border-color: #C607AC; }
span { border-color: rgb(198,7,172); }
td.TdClassName
{
border-color: #C607AC;
}
.TagClassName
{
border-color: #C607AC;
}
</style>