Shades of Deep Magenta #C504DF
Tints of Deep Magenta #C504DF
RGB
CMYK
RGB Variations
Color information
#C504DF (or 0xC504DF) is known color: Deep Magenta. HEX triplet: C5, 04 and DF. RGB value is (197,4,223). Sum of RGB (Red+Green+Blue) = 197+4+223=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #C504DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504DF is #3AFB20. Grayscale: #555555. Windows color (decimal): -3865377 or 14615749. OLE color: 14615749.
HSL color Cylindrical-coordinate representation of color #C504DF: hue angle of 292.88º 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 #C504DF is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 4 | 223 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.13 |
| HSL | 292.88º | 0.96% | 0.45% | - |
| HSV(B) | 292.88º | 0.98% | 0.87% | - |
| XYZ | 36.39 | 17.28 | 71.23 | - |
| YUV | 86.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 223 | 0.12 | 0.98 | 0 | 0.13 | 292.88 | 0.96 | 0.45 |
| Hex | C5 | 4 | DF | C | 62 | 0 | D | 125 | 60 | 2D |
| Octal | 305 | 4 | 337 | 14 | 142 | 0 | 15 | 445 | 140 | 55 |
| Binary | 11000101 | 100 | 11011111 | 1100 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101101 |
Color Harmonies of #C504DF
Complementary color
Monochromatic Colors of #C504DF
Black with #C504DF
Text Example
Text Example
White with #C504DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504DF; }
p { color: rgb(197,4,223); }
H1.HeaderClassName
{
color: #C504DF;
}
.AnyTagClassName
{
color: #C504DF;
}
</style>
background-color css
<style>
a { background-color: #C504DF; }
a { background-color: rgb(197,4,223); }
div.DivClassName
{
background-color: #C504DF;
}
.BgClassName
{
background-color: #C504DF;
}
</style>
border-color css
<style>
span { border-color: #C504DF; }
span { border-color: rgb(197,4,223); }
td.TdClassName
{
border-color: #C504DF;
}
.TagClassName
{
border-color: #C504DF;
}
</style>