Shades of Medium Violet Red #C5248A
Tints of Medium Violet Red #C5248A
RGB
CMYK
RGB Variations
Color information
#C5248A (or 0xC5248A) is known color: Medium Violet Red. HEX triplet: C5, 24 and 8A. RGB value is (197,36,138). Sum of RGB (Red+Green+Blue) = 197+36+138=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5248A is #3ADB75. Grayscale: #5F5F5F. Windows color (decimal): -3857270 or 9053381. OLE color: 9053381.
HSL color Cylindrical-coordinate representation of color #C5248A: hue angle of 321.99º 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 #C5248A is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 138 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.23 |
| HSL | 321.99º | 0.69% | 0.46% | - |
| HSV(B) | 321.99º | 0.82% | 0.77% | - |
| XYZ | 28.24 | 14.97 | 25.45 | - |
| YUV | 95.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 138 | 0 | 0.82 | 0.30 | 0.23 | 321.99 | 0.69 | 0.46 |
| Hex | C5 | 24 | 8A | 0 | 52 | 1E | 17 | 142 | 45 | 2E |
| Octal | 305 | 44 | 212 | 0 | 122 | 36 | 27 | 502 | 105 | 56 |
| Binary | 11000101 | 100100 | 10001010 | 0 | 1010010 | 11110 | 10111 | 101000010 | 1000101 | 101110 |
Color Harmonies of #C5248A
Complementary color
Monochromatic Colors of #C5248A
Black with #C5248A
Text Example
Text Example
White with #C5248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5248A; }
p { color: rgb(197,36,138); }
H1.HeaderClassName
{
color: #C5248A;
}
.AnyTagClassName
{
color: #C5248A;
}
</style>
background-color css
<style>
a { background-color: #C5248A; }
a { background-color: rgb(197,36,138); }
div.DivClassName
{
background-color: #C5248A;
}
.BgClassName
{
background-color: #C5248A;
}
</style>
border-color css
<style>
span { border-color: #C5248A; }
span { border-color: rgb(197,36,138); }
td.TdClassName
{
border-color: #C5248A;
}
.TagClassName
{
border-color: #C5248A;
}
</style>