Shades of Medium Violet Red #C5247C
Tints of Medium Violet Red #C5247C
RGB
CMYK
RGB Variations
Color information
#C5247C (or 0xC5247C) is known color: Medium Violet Red. HEX triplet: C5, 24 and 7C. RGB value is (197,36,124). Sum of RGB (Red+Green+Blue) = 197+36+124=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5247C is #3ADB83. Grayscale: #5D5D5D. Windows color (decimal): -3857284 or 8135877. OLE color: 8135877.
HSL color Cylindrical-coordinate representation of color #C5247C: hue angle of 327.2º 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 #C5247C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 124 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.23 |
| HSL | 327.21º | 0.69% | 0.46% | - |
| HSV(B) | 327.21º | 0.82% | 0.77% | - |
| XYZ | 27.29 | 14.59 | 20.45 | - |
| YUV | 94.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 124 | 0 | 0.82 | 0.37 | 0.23 | 327.21 | 0.69 | 0.46 |
| Hex | C5 | 24 | 7C | 0 | 52 | 25 | 17 | 147 | 45 | 2E |
| Octal | 305 | 44 | 174 | 0 | 122 | 45 | 27 | 507 | 105 | 56 |
| Binary | 11000101 | 100100 | 1111100 | 0 | 1010010 | 100101 | 10111 | 101000111 | 1000101 | 101110 |
Color Harmonies of #C5247C
Complementary color
Monochromatic Colors of #C5247C
Black with #C5247C
Text Example
Text Example
White with #C5247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5247C; }
p { color: rgb(197,36,124); }
H1.HeaderClassName
{
color: #C5247C;
}
.AnyTagClassName
{
color: #C5247C;
}
</style>
background-color css
<style>
a { background-color: #C5247C; }
a { background-color: rgb(197,36,124); }
div.DivClassName
{
background-color: #C5247C;
}
.BgClassName
{
background-color: #C5247C;
}
</style>
border-color css
<style>
span { border-color: #C5247C; }
span { border-color: rgb(197,36,124); }
td.TdClassName
{
border-color: #C5247C;
}
.TagClassName
{
border-color: #C5247C;
}
</style>