Shades of Medium Violet Red #C5246D
Tints of Medium Violet Red #C5246D
RGB
CMYK
RGB Variations
Color information
#C5246D (or 0xC5246D) is known color: Medium Violet Red. HEX triplet: C5, 24 and 6D. RGB value is (197,36,109). Sum of RGB (Red+Green+Blue) = 197+36+109=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246D is #3ADB92. Grayscale: #5C5C5C. Windows color (decimal): -3857299 or 7152837. OLE color: 7152837.
HSL color Cylindrical-coordinate representation of color #C5246D: hue angle of 332.8º 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 #C5246D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 109 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.23 |
| HSL | 332.8º | 0.69% | 0.46% | - |
| HSV(B) | 332.8º | 0.82% | 0.77% | - |
| XYZ | 26.42 | 14.24 | 15.82 | - |
| YUV | 92.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 109 | 0 | 0.82 | 0.45 | 0.23 | 332.8 | 0.69 | 0.46 |
| Hex | C5 | 24 | 6D | 0 | 52 | 2D | 17 | 14D | 45 | 2E |
| Octal | 305 | 44 | 155 | 0 | 122 | 55 | 27 | 515 | 105 | 56 |
| Binary | 11000101 | 100100 | 1101101 | 0 | 1010010 | 101101 | 10111 | 101001101 | 1000101 | 101110 |
Color Harmonies of #C5246D
Complementary color
Monochromatic Colors of #C5246D
Black with #C5246D
Text Example
Text Example
White with #C5246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5246D; }
p { color: rgb(197,36,109); }
H1.HeaderClassName
{
color: #C5246D;
}
.AnyTagClassName
{
color: #C5246D;
}
</style>
background-color css
<style>
a { background-color: #C5246D; }
a { background-color: rgb(197,36,109); }
div.DivClassName
{
background-color: #C5246D;
}
.BgClassName
{
background-color: #C5246D;
}
</style>
border-color css
<style>
span { border-color: #C5246D; }
span { border-color: rgb(197,36,109); }
td.TdClassName
{
border-color: #C5246D;
}
.TagClassName
{
border-color: #C5246D;
}
</style>