Shades of Medium Violet Red #C7249A
Tints of Medium Violet Red #C7249A
RGB
CMYK
RGB Variations
Color information
#C7249A (or 0xC7249A) is known color: Medium Violet Red. HEX triplet: C7, 24 and 9A. RGB value is (199,36,154). Sum of RGB (Red+Green+Blue) = 199+36+154=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7249A is #38DB65. Grayscale: #616161. Windows color (decimal): -3726182 or 10101959. OLE color: 10101959.
HSL color Cylindrical-coordinate representation of color #C7249A: hue angle of 316.56º 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 #C7249A is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 154 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.22 |
| HSL | 316.56º | 0.69% | 0.46% | - |
| HSV(B) | 316.56º | 0.82% | 0.78% | - |
| XYZ | 30.02 | 15.74 | 32.03 | - |
| YUV | 98.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 154 | 0 | 0.82 | 0.23 | 0.22 | 316.56 | 0.69 | 0.46 |
| Hex | C7 | 24 | 9A | 0 | 52 | 17 | 16 | 13D | 45 | 2E |
| Octal | 307 | 44 | 232 | 0 | 122 | 27 | 26 | 475 | 105 | 56 |
| Binary | 11000111 | 100100 | 10011010 | 0 | 1010010 | 10111 | 10110 | 100111101 | 1000101 | 101110 |
Color Harmonies of #C7249A
Complementary color
Monochromatic Colors of #C7249A
Black with #C7249A
Text Example
Text Example
White with #C7249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7249A; }
p { color: rgb(199,36,154); }
H1.HeaderClassName
{
color: #C7249A;
}
.AnyTagClassName
{
color: #C7249A;
}
</style>
background-color css
<style>
a { background-color: #C7249A; }
a { background-color: rgb(199,36,154); }
div.DivClassName
{
background-color: #C7249A;
}
.BgClassName
{
background-color: #C7249A;
}
</style>
border-color css
<style>
span { border-color: #C7249A; }
span { border-color: rgb(199,36,154); }
td.TdClassName
{
border-color: #C7249A;
}
.TagClassName
{
border-color: #C7249A;
}
</style>