Shades of Medium Violet Red #C5248E
Tints of Medium Violet Red #C5248E
RGB
CMYK
RGB Variations
Color information
#C5248E (or 0xC5248E) is known color: Medium Violet Red. HEX triplet: C5, 24 and 8E. RGB value is (197,36,142). Sum of RGB (Red+Green+Blue) = 197+36+142=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5248E is #3ADB71. Grayscale: #5F5F5F. Windows color (decimal): -3857266 or 9315525. OLE color: 9315525.
HSL color Cylindrical-coordinate representation of color #C5248E: hue angle of 320.5º 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 #C5248E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 142 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.23 |
| HSL | 320.5º | 0.69% | 0.46% | - |
| HSV(B) | 320.5º | 0.82% | 0.77% | - |
| XYZ | 28.54 | 15.09 | 27 | - |
| YUV | 96.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 142 | 0 | 0.82 | 0.28 | 0.23 | 320.5 | 0.69 | 0.46 |
| Hex | C5 | 24 | 8E | 0 | 52 | 1C | 17 | 140 | 45 | 2E |
| Octal | 305 | 44 | 216 | 0 | 122 | 34 | 27 | 500 | 105 | 56 |
| Binary | 11000101 | 100100 | 10001110 | 0 | 1010010 | 11100 | 10111 | 101000000 | 1000101 | 101110 |
Color Harmonies of #C5248E
Complementary color
Monochromatic Colors of #C5248E
Black with #C5248E
Text Example
Text Example
White with #C5248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5248E; }
p { color: rgb(197,36,142); }
H1.HeaderClassName
{
color: #C5248E;
}
.AnyTagClassName
{
color: #C5248E;
}
</style>
background-color css
<style>
a { background-color: #C5248E; }
a { background-color: rgb(197,36,142); }
div.DivClassName
{
background-color: #C5248E;
}
.BgClassName
{
background-color: #C5248E;
}
</style>
border-color css
<style>
span { border-color: #C5248E; }
span { border-color: rgb(197,36,142); }
td.TdClassName
{
border-color: #C5248E;
}
.TagClassName
{
border-color: #C5248E;
}
</style>