Shades of Medium Violet Red #C5247A
Tints of Medium Violet Red #C5247A
RGB
CMYK
RGB Variations
Color information
#C5247A (or 0xC5247A) is known color: Medium Violet Red. HEX triplet: C5, 24 and 7A. RGB value is (197,36,122). Sum of RGB (Red+Green+Blue) = 197+36+122=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5247A is #3ADB85. Grayscale: #5D5D5D. Windows color (decimal): -3857286 or 8004805. OLE color: 8004805.
HSL color Cylindrical-coordinate representation of color #C5247A: hue angle of 327.95º 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 #C5247A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 122 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.23 |
| HSL | 327.95º | 0.69% | 0.46% | - |
| HSV(B) | 327.95º | 0.82% | 0.77% | - |
| XYZ | 27.17 | 14.54 | 19.79 | - |
| YUV | 93.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 122 | 0 | 0.82 | 0.38 | 0.23 | 327.95 | 0.69 | 0.46 |
| Hex | C5 | 24 | 7A | 0 | 52 | 26 | 17 | 148 | 45 | 2E |
| Octal | 305 | 44 | 172 | 0 | 122 | 46 | 27 | 510 | 105 | 56 |
| Binary | 11000101 | 100100 | 1111010 | 0 | 1010010 | 100110 | 10111 | 101001000 | 1000101 | 101110 |
Color Harmonies of #C5247A
Complementary color
Monochromatic Colors of #C5247A
Black with #C5247A
Text Example
Text Example
White with #C5247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5247A; }
p { color: rgb(197,36,122); }
H1.HeaderClassName
{
color: #C5247A;
}
.AnyTagClassName
{
color: #C5247A;
}
</style>
background-color css
<style>
a { background-color: #C5247A; }
a { background-color: rgb(197,36,122); }
div.DivClassName
{
background-color: #C5247A;
}
.BgClassName
{
background-color: #C5247A;
}
</style>
border-color css
<style>
span { border-color: #C5247A; }
span { border-color: rgb(197,36,122); }
td.TdClassName
{
border-color: #C5247A;
}
.TagClassName
{
border-color: #C5247A;
}
</style>