Shades of Deep Magenta #C504CF
Tints of Deep Magenta #C504CF
RGB
CMYK
RGB Variations
Color information
#C504CF (or 0xC504CF) is known color: Deep Magenta. HEX triplet: C5, 04 and CF. RGB value is (197,4,207). Sum of RGB (Red+Green+Blue) = 197+4+207=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #C504CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504CF is #3AFB30. Grayscale: #545454. Windows color (decimal): -3865393 or 13567173. OLE color: 13567173.
HSL color Cylindrical-coordinate representation of color #C504CF: hue angle of 297.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504CF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 4 | 207 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.19 |
| HSL | 297.04º | 0.96% | 0.41% | - |
| HSV(B) | 297.04º | 0.98% | 0.81% | - |
| XYZ | 34.33 | 16.46 | 60.4 | - |
| YUV | 84.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 207 | 0.05 | 0.98 | 0 | 0.19 | 297.04 | 0.96 | 0.41 |
| Hex | C5 | 4 | CF | 5 | 62 | 0 | 13 | 129 | 60 | 29 |
| Octal | 305 | 4 | 317 | 5 | 142 | 0 | 23 | 451 | 140 | 51 |
| Binary | 11000101 | 100 | 11001111 | 101 | 1100010 | 0 | 10011 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C504CF
Complementary color
Monochromatic Colors of #C504CF
Black with #C504CF
Text Example
Text Example
White with #C504CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504CF; }
p { color: rgb(197,4,207); }
H1.HeaderClassName
{
color: #C504CF;
}
.AnyTagClassName
{
color: #C504CF;
}
</style>
background-color css
<style>
a { background-color: #C504CF; }
a { background-color: rgb(197,4,207); }
div.DivClassName
{
background-color: #C504CF;
}
.BgClassName
{
background-color: #C504CF;
}
</style>
border-color css
<style>
span { border-color: #C504CF; }
span { border-color: rgb(197,4,207); }
td.TdClassName
{
border-color: #C504CF;
}
.TagClassName
{
border-color: #C504CF;
}
</style>