Shades of Deep Magenta #C604AC
Tints of Deep Magenta #C604AC
RGB
CMYK
RGB Variations
Color information
#C604AC (or 0xC604AC) is known color: Deep Magenta. HEX triplet: C6, 04 and AC. RGB value is (198,4,172). Sum of RGB (Red+Green+Blue) = 198+4+172=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C604AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C604AC is #39FB53. Grayscale: #505050. Windows color (decimal): -3799892 or 11273414. OLE color: 11273414.
HSL color Cylindrical-coordinate representation of color #C604AC: hue angle of 308.04º 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 #C604AC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.22 |
| HSL | 308.04º | 0.96% | 0.4% | - |
| HSV(B) | 308.04º | 0.98% | 0.78% | - |
| XYZ | 30.78 | 15.07 | 40.32 | - |
| YUV | 81.16 | 179.27 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 172 | 0 | 0.98 | 0.13 | 0.22 | 308.04 | 0.96 | 0.4 |
| Hex | C6 | 4 | AC | 0 | 62 | D | 16 | 134 | 60 | 28 |
| Octal | 306 | 4 | 254 | 0 | 142 | 15 | 26 | 464 | 140 | 50 |
| Binary | 11000110 | 100 | 10101100 | 0 | 1100010 | 1101 | 10110 | 100110100 | 1100000 | 101000 |
Color Harmonies of #C604AC
Complementary color
Monochromatic Colors of #C604AC
Black with #C604AC
Text Example
Text Example
White with #C604AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604AC; }
p { color: rgb(198,4,172); }
H1.HeaderClassName
{
color: #C604AC;
}
.AnyTagClassName
{
color: #C604AC;
}
</style>
background-color css
<style>
a { background-color: #C604AC; }
a { background-color: rgb(198,4,172); }
div.DivClassName
{
background-color: #C604AC;
}
.BgClassName
{
background-color: #C604AC;
}
</style>
border-color css
<style>
span { border-color: #C604AC; }
span { border-color: rgb(198,4,172); }
td.TdClassName
{
border-color: #C604AC;
}
.TagClassName
{
border-color: #C604AC;
}
</style>