Shades of Medium Violet Red #C7248F
Tints of Medium Violet Red #C7248F
RGB
CMYK
RGB Variations
Color information
#C7248F (or 0xC7248F) is known color: Medium Violet Red. HEX triplet: C7, 24 and 8F. RGB value is (199,36,143). Sum of RGB (Red+Green+Blue) = 199+36+143=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7248F is #38DB70. Grayscale: #606060. Windows color (decimal): -3726193 or 9381063. OLE color: 9381063.
HSL color Cylindrical-coordinate representation of color #C7248F: hue angle of 320.61º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7248F is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 143 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.22 |
| HSL | 320.61º | 0.69% | 0.46% | - |
| HSV(B) | 320.61º | 0.82% | 0.78% | - |
| XYZ | 29.14 | 15.39 | 27.42 | - |
| YUV | 96.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 143 | 0 | 0.82 | 0.28 | 0.22 | 320.61 | 0.69 | 0.46 |
| Hex | C7 | 24 | 8F | 0 | 52 | 1C | 16 | 141 | 45 | 2E |
| Octal | 307 | 44 | 217 | 0 | 122 | 34 | 26 | 501 | 105 | 56 |
| Binary | 11000111 | 100100 | 10001111 | 0 | 1010010 | 11100 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C7248F
Complementary color
Monochromatic Colors of #C7248F
Black with #C7248F
Text Example
Text Example
White with #C7248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7248F; }
p { color: rgb(199,36,143); }
H1.HeaderClassName
{
color: #C7248F;
}
.AnyTagClassName
{
color: #C7248F;
}
</style>
background-color css
<style>
a { background-color: #C7248F; }
a { background-color: rgb(199,36,143); }
div.DivClassName
{
background-color: #C7248F;
}
.BgClassName
{
background-color: #C7248F;
}
</style>
border-color css
<style>
span { border-color: #C7248F; }
span { border-color: rgb(199,36,143); }
td.TdClassName
{
border-color: #C7248F;
}
.TagClassName
{
border-color: #C7248F;
}
</style>