Shades of Medium Violet Red #C7279A
Tints of Medium Violet Red #C7279A
RGB
CMYK
RGB Variations
Color information
#C7279A (or 0xC7279A) is known color: Medium Violet Red. HEX triplet: C7, 27 and 9A. RGB value is (199,39,154). Sum of RGB (Red+Green+Blue) = 199+39+154=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7279A is #38D865. Grayscale: #636363. Windows color (decimal): -3725414 or 10102727. OLE color: 10102727.
HSL color Cylindrical-coordinate representation of color #C7279A: hue angle of 316.88º 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 #C7279A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 154 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.22 |
| HSL | 316.88º | 0.67% | 0.47% | - |
| HSV(B) | 316.88º | 0.8% | 0.78% | - |
| XYZ | 30.11 | 15.93 | 32.06 | - |
| YUV | 99.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 154 | 0 | 0.80 | 0.23 | 0.22 | 316.88 | 0.67 | 0.47 |
| Hex | C7 | 27 | 9A | 0 | 50 | 17 | 16 | 13D | 43 | 2F |
| Octal | 307 | 47 | 232 | 0 | 120 | 27 | 26 | 475 | 103 | 57 |
| Binary | 11000111 | 100111 | 10011010 | 0 | 1010000 | 10111 | 10110 | 100111101 | 1000011 | 101111 |
Color Harmonies of #C7279A
Complementary color
Monochromatic Colors of #C7279A
Black with #C7279A
Text Example
Text Example
White with #C7279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7279A; }
p { color: rgb(199,39,154); }
H1.HeaderClassName
{
color: #C7279A;
}
.AnyTagClassName
{
color: #C7279A;
}
</style>
background-color css
<style>
a { background-color: #C7279A; }
a { background-color: rgb(199,39,154); }
div.DivClassName
{
background-color: #C7279A;
}
.BgClassName
{
background-color: #C7279A;
}
</style>
border-color css
<style>
span { border-color: #C7279A; }
span { border-color: rgb(199,39,154); }
td.TdClassName
{
border-color: #C7279A;
}
.TagClassName
{
border-color: #C7279A;
}
</style>