Shades of Medium Violet Red #C4248C
Tints of Medium Violet Red #C4248C
RGB
CMYK
RGB Variations
Color information
#C4248C (or 0xC4248C) is known color: Medium Violet Red. HEX triplet: C4, 24 and 8C. RGB value is (196,36,140). Sum of RGB (Red+Green+Blue) = 196+36+140=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4248C is #3BDB73. Grayscale: #5F5F5F. Windows color (decimal): -3922804 or 9184452. OLE color: 9184452.
HSL color Cylindrical-coordinate representation of color #C4248C: hue angle of 321º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4248C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 140 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.23 |
| HSL | 321º | 0.69% | 0.45% | - |
| HSV(B) | 321º | 0.82% | 0.77% | - |
| XYZ | 28.13 | 14.89 | 26.2 | - |
| YUV | 95.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 140 | 0 | 0.82 | 0.29 | 0.23 | 321 | 0.69 | 0.45 |
| Hex | C4 | 24 | 8C | 0 | 52 | 1D | 17 | 141 | 45 | 2D |
| Octal | 304 | 44 | 214 | 0 | 122 | 35 | 27 | 501 | 105 | 55 |
| Binary | 11000100 | 100100 | 10001100 | 0 | 1010010 | 11101 | 10111 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C4248C
Complementary color
Monochromatic Colors of #C4248C
Black with #C4248C
Text Example
Text Example
White with #C4248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4248C; }
p { color: rgb(196,36,140); }
H1.HeaderClassName
{
color: #C4248C;
}
.AnyTagClassName
{
color: #C4248C;
}
</style>
background-color css
<style>
a { background-color: #C4248C; }
a { background-color: rgb(196,36,140); }
div.DivClassName
{
background-color: #C4248C;
}
.BgClassName
{
background-color: #C4248C;
}
</style>
border-color css
<style>
span { border-color: #C4248C; }
span { border-color: rgb(196,36,140); }
td.TdClassName
{
border-color: #C4248C;
}
.TagClassName
{
border-color: #C4248C;
}
</style>