Shades of Medium Violet Red #C7249B
Tints of Medium Violet Red #C7249B
RGB
CMYK
RGB Variations
Color information
#C7249B (or 0xC7249B) is known color: Medium Violet Red. HEX triplet: C7, 24 and 9B. RGB value is (199,36,155). Sum of RGB (Red+Green+Blue) = 199+36+155=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7249B is #38DB64. Grayscale: #616161. Windows color (decimal): -3726181 or 10167495. OLE color: 10167495.
HSL color Cylindrical-coordinate representation of color #C7249B: hue angle of 316.2º 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 #C7249B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 155 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.22 |
| HSL | 316.2º | 0.69% | 0.46% | - |
| HSV(B) | 316.2º | 0.82% | 0.78% | - |
| XYZ | 30.1 | 15.77 | 32.47 | - |
| YUV | 98.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 155 | 0 | 0.82 | 0.22 | 0.22 | 316.2 | 0.69 | 0.46 |
| Hex | C7 | 24 | 9B | 0 | 52 | 16 | 16 | 13C | 45 | 2E |
| Octal | 307 | 44 | 233 | 0 | 122 | 26 | 26 | 474 | 105 | 56 |
| Binary | 11000111 | 100100 | 10011011 | 0 | 1010010 | 10110 | 10110 | 100111100 | 1000101 | 101110 |
Color Harmonies of #C7249B
Complementary color
Monochromatic Colors of #C7249B
Black with #C7249B
Text Example
Text Example
White with #C7249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7249B; }
p { color: rgb(199,36,155); }
H1.HeaderClassName
{
color: #C7249B;
}
.AnyTagClassName
{
color: #C7249B;
}
</style>
background-color css
<style>
a { background-color: #C7249B; }
a { background-color: rgb(199,36,155); }
div.DivClassName
{
background-color: #C7249B;
}
.BgClassName
{
background-color: #C7249B;
}
</style>
border-color css
<style>
span { border-color: #C7249B; }
span { border-color: rgb(199,36,155); }
td.TdClassName
{
border-color: #C7249B;
}
.TagClassName
{
border-color: #C7249B;
}
</style>