Shades of Medium Violet Red #C7248E
Tints of Medium Violet Red #C7248E
RGB
CMYK
RGB Variations
Color information
#C7248E (or 0xC7248E) is known color: Medium Violet Red. HEX triplet: C7, 24 and 8E. RGB value is (199,36,142). Sum of RGB (Red+Green+Blue) = 199+36+142=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7248E is #38DB71. Grayscale: #606060. Windows color (decimal): -3726194 or 9315527. OLE color: 9315527.
HSL color Cylindrical-coordinate representation of color #C7248E: hue angle of 320.98º 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 #C7248E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 142 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 320.98º | 0.69% | 0.46% | - |
| HSV(B) | 320.98º | 0.82% | 0.78% | - |
| XYZ | 29.07 | 15.36 | 27.02 | - |
| YUV | 96.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 142 | 0 | 0.82 | 0.29 | 0.22 | 320.98 | 0.69 | 0.46 |
| Hex | C7 | 24 | 8E | 0 | 52 | 1D | 16 | 141 | 45 | 2E |
| Octal | 307 | 44 | 216 | 0 | 122 | 35 | 26 | 501 | 105 | 56 |
| Binary | 11000111 | 100100 | 10001110 | 0 | 1010010 | 11101 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C7248E
Complementary color
Monochromatic Colors of #C7248E
Black with #C7248E
Text Example
Text Example
White with #C7248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7248E; }
p { color: rgb(199,36,142); }
H1.HeaderClassName
{
color: #C7248E;
}
.AnyTagClassName
{
color: #C7248E;
}
</style>
background-color css
<style>
a { background-color: #C7248E; }
a { background-color: rgb(199,36,142); }
div.DivClassName
{
background-color: #C7248E;
}
.BgClassName
{
background-color: #C7248E;
}
</style>
border-color css
<style>
span { border-color: #C7248E; }
span { border-color: rgb(199,36,142); }
td.TdClassName
{
border-color: #C7248E;
}
.TagClassName
{
border-color: #C7248E;
}
</style>