Shades of Medium Violet Red #C7279E
Tints of Medium Violet Red #C7279E
RGB
CMYK
RGB Variations
Color information
#C7279E (or 0xC7279E) is known color: Medium Violet Red. HEX triplet: C7, 27 and 9E. RGB value is (199,39,158). Sum of RGB (Red+Green+Blue) = 199+39+158=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7279E is #38D861. Grayscale: #646464. Windows color (decimal): -3725410 or 10364871. OLE color: 10364871.
HSL color Cylindrical-coordinate representation of color #C7279E: hue angle of 315.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7279E is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 158 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.22 |
| HSL | 315.38º | 0.67% | 0.47% | - |
| HSV(B) | 315.38º | 0.8% | 0.78% | - |
| XYZ | 30.45 | 16.06 | 33.84 | - |
| YUV | 100.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 158 | 0 | 0.80 | 0.21 | 0.22 | 315.38 | 0.67 | 0.47 |
| Hex | C7 | 27 | 9E | 0 | 50 | 15 | 16 | 13B | 43 | 2F |
| Octal | 307 | 47 | 236 | 0 | 120 | 25 | 26 | 473 | 103 | 57 |
| Binary | 11000111 | 100111 | 10011110 | 0 | 1010000 | 10101 | 10110 | 100111011 | 1000011 | 101111 |
Color Harmonies of #C7279E
Complementary color
Monochromatic Colors of #C7279E
Black with #C7279E
Text Example
Text Example
White with #C7279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7279E; }
p { color: rgb(199,39,158); }
H1.HeaderClassName
{
color: #C7279E;
}
.AnyTagClassName
{
color: #C7279E;
}
</style>
background-color css
<style>
a { background-color: #C7279E; }
a { background-color: rgb(199,39,158); }
div.DivClassName
{
background-color: #C7279E;
}
.BgClassName
{
background-color: #C7279E;
}
</style>
border-color css
<style>
span { border-color: #C7279E; }
span { border-color: rgb(199,39,158); }
td.TdClassName
{
border-color: #C7279E;
}
.TagClassName
{
border-color: #C7279E;
}
</style>