Shades of Medium Violet Red #C5247E
Tints of Medium Violet Red #C5247E
RGB
CMYK
RGB Variations
Color information
#C5247E (or 0xC5247E) is known color: Medium Violet Red. HEX triplet: C5, 24 and 7E. RGB value is (197,36,126). Sum of RGB (Red+Green+Blue) = 197+36+126=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5247E is #3ADB81. Grayscale: #5E5E5E. Windows color (decimal): -3857282 or 8266949. OLE color: 8266949.
HSL color Cylindrical-coordinate representation of color #C5247E: hue angle of 326.46º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5247E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 126 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.23 |
| HSL | 326.46º | 0.69% | 0.46% | - |
| HSV(B) | 326.46º | 0.82% | 0.77% | - |
| XYZ | 27.42 | 14.64 | 21.12 | - |
| YUV | 94.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 126 | 0 | 0.82 | 0.36 | 0.23 | 326.46 | 0.69 | 0.46 |
| Hex | C5 | 24 | 7E | 0 | 52 | 24 | 17 | 146 | 45 | 2E |
| Octal | 305 | 44 | 176 | 0 | 122 | 44 | 27 | 506 | 105 | 56 |
| Binary | 11000101 | 100100 | 1111110 | 0 | 1010010 | 100100 | 10111 | 101000110 | 1000101 | 101110 |
Color Harmonies of #C5247E
Complementary color
Monochromatic Colors of #C5247E
Black with #C5247E
Text Example
Text Example
White with #C5247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5247E; }
p { color: rgb(197,36,126); }
H1.HeaderClassName
{
color: #C5247E;
}
.AnyTagClassName
{
color: #C5247E;
}
</style>
background-color css
<style>
a { background-color: #C5247E; }
a { background-color: rgb(197,36,126); }
div.DivClassName
{
background-color: #C5247E;
}
.BgClassName
{
background-color: #C5247E;
}
</style>
border-color css
<style>
span { border-color: #C5247E; }
span { border-color: rgb(197,36,126); }
td.TdClassName
{
border-color: #C5247E;
}
.TagClassName
{
border-color: #C5247E;
}
</style>