Shades of Deep Magenta #C604C0
Tints of Deep Magenta #C604C0
RGB
CMYK
RGB Variations
Color information
#C604C0 (or 0xC604C0) is known color: Deep Magenta. HEX triplet: C6, 04 and C0. RGB value is (198,4,192). Sum of RGB (Red+Green+Blue) = 198+4+192=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C604C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604C0 is #39FB3F. Grayscale: #525252. Windows color (decimal): -3799872 or 12584134. OLE color: 12584134.
HSL color Cylindrical-coordinate representation of color #C604C0: hue angle of 301.86º 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 #C604C0 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.22 |
| HSL | 301.86º | 0.96% | 0.4% | - |
| HSV(B) | 301.86º | 0.98% | 0.78% | - |
| XYZ | 32.85 | 15.9 | 51.21 | - |
| YUV | 83.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 192 | 0 | 0.98 | 0.03 | 0.22 | 301.86 | 0.96 | 0.4 |
| Hex | C6 | 4 | C0 | 0 | 62 | 3 | 16 | 12E | 60 | 28 |
| Octal | 306 | 4 | 300 | 0 | 142 | 3 | 26 | 456 | 140 | 50 |
| Binary | 11000110 | 100 | 11000000 | 0 | 1100010 | 11 | 10110 | 100101110 | 1100000 | 101000 |
Color Harmonies of #C604C0
Complementary color
Monochromatic Colors of #C604C0
Black with #C604C0
Text Example
Text Example
White with #C604C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604C0; }
p { color: rgb(198,4,192); }
H1.HeaderClassName
{
color: #C604C0;
}
.AnyTagClassName
{
color: #C604C0;
}
</style>
background-color css
<style>
a { background-color: #C604C0; }
a { background-color: rgb(198,4,192); }
div.DivClassName
{
background-color: #C604C0;
}
.BgClassName
{
background-color: #C604C0;
}
</style>
border-color css
<style>
span { border-color: #C604C0; }
span { border-color: rgb(198,4,192); }
td.TdClassName
{
border-color: #C604C0;
}
.TagClassName
{
border-color: #C604C0;
}
</style>