Shades of Deep Magenta #C604D9
Tints of Deep Magenta #C604D9
RGB
CMYK
RGB Variations
Color information
#C604D9 (or 0xC604D9) is known color: Deep Magenta. HEX triplet: C6, 04 and D9. RGB value is (198,4,217). Sum of RGB (Red+Green+Blue) = 198+4+217=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #C604D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604D9 is #39FB26. Grayscale: #555555. Windows color (decimal): -3799847 or 14222534. OLE color: 14222534.
HSL color Cylindrical-coordinate representation of color #C604D9: hue angle of 294.65º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604D9 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 4 | 217 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.15 |
| HSL | 294.65º | 0.96% | 0.43% | - |
| HSV(B) | 294.65º | 0.98% | 0.85% | - |
| XYZ | 35.86 | 17.1 | 67.06 | - |
| YUV | 86.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 217 | 0.09 | 0.98 | 0 | 0.15 | 294.65 | 0.96 | 0.43 |
| Hex | C6 | 4 | D9 | 9 | 62 | 0 | F | 127 | 60 | 2B |
| Octal | 306 | 4 | 331 | 11 | 142 | 0 | 17 | 447 | 140 | 53 |
| Binary | 11000110 | 100 | 11011001 | 1001 | 1100010 | 0 | 1111 | 100100111 | 1100000 | 101011 |
Color Harmonies of #C604D9
Complementary color
Monochromatic Colors of #C604D9
Black with #C604D9
Text Example
Text Example
White with #C604D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604D9; }
p { color: rgb(198,4,217); }
H1.HeaderClassName
{
color: #C604D9;
}
.AnyTagClassName
{
color: #C604D9;
}
</style>
background-color css
<style>
a { background-color: #C604D9; }
a { background-color: rgb(198,4,217); }
div.DivClassName
{
background-color: #C604D9;
}
.BgClassName
{
background-color: #C604D9;
}
</style>
border-color css
<style>
span { border-color: #C604D9; }
span { border-color: rgb(198,4,217); }
td.TdClassName
{
border-color: #C604D9;
}
.TagClassName
{
border-color: #C604D9;
}
</style>