Shades of Medium Violet Red #C504A2
Tints of Medium Violet Red #C504A2
RGB
CMYK
RGB Variations
Color information
#C504A2 (or 0xC504A2) is known color: Medium Violet Red. HEX triplet: C5, 04 and A2. RGB value is (197,4,162). Sum of RGB (Red+Green+Blue) = 197+4+162=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C504A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C504A2 is #3AFB5D. Grayscale: #4F4F4F. Windows color (decimal): -3865438 or 10618053. OLE color: 10618053.
HSL color Cylindrical-coordinate representation of color #C504A2: hue angle of 310.88º 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 #C504A2 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.23 |
| HSL | 310.88º | 0.96% | 0.39% | - |
| HSV(B) | 310.88º | 0.98% | 0.77% | - |
| XYZ | 29.59 | 14.57 | 35.43 | - |
| YUV | 79.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 162 | 0 | 0.98 | 0.18 | 0.23 | 310.88 | 0.96 | 0.39 |
| Hex | C5 | 4 | A2 | 0 | 62 | 12 | 17 | 137 | 60 | 27 |
| Octal | 305 | 4 | 242 | 0 | 142 | 22 | 27 | 467 | 140 | 47 |
| Binary | 11000101 | 100 | 10100010 | 0 | 1100010 | 10010 | 10111 | 100110111 | 1100000 | 100111 |
Color Harmonies of #C504A2
Complementary color
Monochromatic Colors of #C504A2
Black with #C504A2
Text Example
Text Example
White with #C504A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504A2; }
p { color: rgb(197,4,162); }
H1.HeaderClassName
{
color: #C504A2;
}
.AnyTagClassName
{
color: #C504A2;
}
</style>
background-color css
<style>
a { background-color: #C504A2; }
a { background-color: rgb(197,4,162); }
div.DivClassName
{
background-color: #C504A2;
}
.BgClassName
{
background-color: #C504A2;
}
</style>
border-color css
<style>
span { border-color: #C504A2; }
span { border-color: rgb(197,4,162); }
td.TdClassName
{
border-color: #C504A2;
}
.TagClassName
{
border-color: #C504A2;
}
</style>