Shades of Deep Magenta #C604AD
Tints of Deep Magenta #C604AD
RGB
CMYK
RGB Variations
Color information
#C604AD (or 0xC604AD) is known color: Deep Magenta. HEX triplet: C6, 04 and AD. RGB value is (198,4,173). Sum of RGB (Red+Green+Blue) = 198+4+173=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C604AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C604AD is #39FB52. Grayscale: #505050. Windows color (decimal): -3799891 or 11338950. OLE color: 11338950.
HSL color Cylindrical-coordinate representation of color #C604AD: hue angle of 307.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604AD is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.22 |
| HSL | 307.73º | 0.96% | 0.4% | - |
| HSV(B) | 307.73º | 0.98% | 0.78% | - |
| XYZ | 30.87 | 15.11 | 40.82 | - |
| YUV | 81.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 173 | 0 | 0.98 | 0.13 | 0.22 | 307.73 | 0.96 | 0.4 |
| Hex | C6 | 4 | AD | 0 | 62 | D | 16 | 134 | 60 | 28 |
| Octal | 306 | 4 | 255 | 0 | 142 | 15 | 26 | 464 | 140 | 50 |
| Binary | 11000110 | 100 | 10101101 | 0 | 1100010 | 1101 | 10110 | 100110100 | 1100000 | 101000 |
Color Harmonies of #C604AD
Complementary color
Monochromatic Colors of #C604AD
Black with #C604AD
Text Example
Text Example
White with #C604AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604AD; }
p { color: rgb(198,4,173); }
H1.HeaderClassName
{
color: #C604AD;
}
.AnyTagClassName
{
color: #C604AD;
}
</style>
background-color css
<style>
a { background-color: #C604AD; }
a { background-color: rgb(198,4,173); }
div.DivClassName
{
background-color: #C604AD;
}
.BgClassName
{
background-color: #C604AD;
}
</style>
border-color css
<style>
span { border-color: #C604AD; }
span { border-color: rgb(198,4,173); }
td.TdClassName
{
border-color: #C604AD;
}
.TagClassName
{
border-color: #C604AD;
}
</style>