Shades of Deep Magenta #C607AD
Tints of Deep Magenta #C607AD
RGB
CMYK
RGB Variations
Color information
#C607AD (or 0xC607AD) is known color: Deep Magenta. HEX triplet: C6, 07 and AD. RGB value is (198,7,173). Sum of RGB (Red+Green+Blue) = 198+7+173=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C607AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C607AD is #39F852. Grayscale: #525252. Windows color (decimal): -3799123 or 11339718. OLE color: 11339718.
HSL color Cylindrical-coordinate representation of color #C607AD: hue angle of 307.85º 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 #C607AD is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.22 |
| HSL | 307.85º | 0.93% | 0.4% | - |
| HSV(B) | 307.85º | 0.96% | 0.78% | - |
| XYZ | 30.91 | 15.17 | 40.84 | - |
| YUV | 83.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 173 | 0 | 0.96 | 0.13 | 0.22 | 307.85 | 0.93 | 0.4 |
| Hex | C6 | 7 | AD | 0 | 60 | D | 16 | 134 | 5D | 28 |
| Octal | 306 | 7 | 255 | 0 | 140 | 15 | 26 | 464 | 135 | 50 |
| Binary | 11000110 | 111 | 10101101 | 0 | 1100000 | 1101 | 10110 | 100110100 | 1011101 | 101000 |
Color Harmonies of #C607AD
Complementary color
Monochromatic Colors of #C607AD
Black with #C607AD
Text Example
Text Example
White with #C607AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607AD; }
p { color: rgb(198,7,173); }
H1.HeaderClassName
{
color: #C607AD;
}
.AnyTagClassName
{
color: #C607AD;
}
</style>
background-color css
<style>
a { background-color: #C607AD; }
a { background-color: rgb(198,7,173); }
div.DivClassName
{
background-color: #C607AD;
}
.BgClassName
{
background-color: #C607AD;
}
</style>
border-color css
<style>
span { border-color: #C607AD; }
span { border-color: rgb(198,7,173); }
td.TdClassName
{
border-color: #C607AD;
}
.TagClassName
{
border-color: #C607AD;
}
</style>