Shades of Deep Magenta #C604DF
Tints of Deep Magenta #C604DF
RGB
CMYK
RGB Variations
Color information
#C604DF (or 0xC604DF) is known color: Deep Magenta. HEX triplet: C6, 04 and DF. RGB value is (198,4,223). Sum of RGB (Red+Green+Blue) = 198+4+223=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C604DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604DF is #39FB20. Grayscale: #565656. Windows color (decimal): -3799841 or 14615750. OLE color: 14615750.
HSL color Cylindrical-coordinate representation of color #C604DF: hue angle of 293.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604DF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 4 | 223 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.13 |
| HSL | 293.15º | 0.96% | 0.45% | - |
| HSV(B) | 293.15º | 0.98% | 0.87% | - |
| XYZ | 36.65 | 17.42 | 71.24 | - |
| YUV | 86.97 | 204.77 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 223 | 0.11 | 0.98 | 0 | 0.13 | 293.15 | 0.96 | 0.45 |
| Hex | C6 | 4 | DF | B | 62 | 0 | D | 125 | 60 | 2D |
| Octal | 306 | 4 | 337 | 13 | 142 | 0 | 15 | 445 | 140 | 55 |
| Binary | 11000110 | 100 | 11011111 | 1011 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101101 |
Color Harmonies of #C604DF
Complementary color
Monochromatic Colors of #C604DF
Black with #C604DF
Text Example
Text Example
White with #C604DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604DF; }
p { color: rgb(198,4,223); }
H1.HeaderClassName
{
color: #C604DF;
}
.AnyTagClassName
{
color: #C604DF;
}
</style>
background-color css
<style>
a { background-color: #C604DF; }
a { background-color: rgb(198,4,223); }
div.DivClassName
{
background-color: #C604DF;
}
.BgClassName
{
background-color: #C604DF;
}
</style>
border-color css
<style>
span { border-color: #C604DF; }
span { border-color: rgb(198,4,223); }
td.TdClassName
{
border-color: #C604DF;
}
.TagClassName
{
border-color: #C604DF;
}
</style>