Shades of Deep Magenta #C504AC
Tints of Deep Magenta #C504AC
RGB
CMYK
RGB Variations
Color information
#C504AC (or 0xC504AC) is known color: Deep Magenta. HEX triplet: C5, 04 and AC. RGB value is (197,4,172). Sum of RGB (Red+Green+Blue) = 197+4+172=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C504AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C504AC is #3AFB53. Grayscale: #505050. Windows color (decimal): -3865428 or 11273413. OLE color: 11273413.
HSL color Cylindrical-coordinate representation of color #C504AC: hue angle of 307.77º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504AC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.23 |
| HSL | 307.77º | 0.96% | 0.39% | - |
| HSV(B) | 307.77º | 0.98% | 0.77% | - |
| XYZ | 30.52 | 14.94 | 40.3 | - |
| YUV | 80.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 172 | 0 | 0.98 | 0.13 | 0.23 | 307.77 | 0.96 | 0.39 |
| Hex | C5 | 4 | AC | 0 | 62 | D | 17 | 134 | 60 | 27 |
| Octal | 305 | 4 | 254 | 0 | 142 | 15 | 27 | 464 | 140 | 47 |
| Binary | 11000101 | 100 | 10101100 | 0 | 1100010 | 1101 | 10111 | 100110100 | 1100000 | 100111 |
Color Harmonies of #C504AC
Complementary color
Monochromatic Colors of #C504AC
Black with #C504AC
Text Example
Text Example
White with #C504AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504AC; }
p { color: rgb(197,4,172); }
H1.HeaderClassName
{
color: #C504AC;
}
.AnyTagClassName
{
color: #C504AC;
}
</style>
background-color css
<style>
a { background-color: #C504AC; }
a { background-color: rgb(197,4,172); }
div.DivClassName
{
background-color: #C504AC;
}
.BgClassName
{
background-color: #C504AC;
}
</style>
border-color css
<style>
span { border-color: #C504AC; }
span { border-color: rgb(197,4,172); }
td.TdClassName
{
border-color: #C504AC;
}
.TagClassName
{
border-color: #C504AC;
}
</style>