Shades of Medium Violet Red #C7279D
Tints of Medium Violet Red #C7279D
RGB
CMYK
RGB Variations
Color information
#C7279D (or 0xC7279D) is known color: Medium Violet Red. HEX triplet: C7, 27 and 9D. RGB value is (199,39,157). Sum of RGB (Red+Green+Blue) = 199+39+157=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7279D is #38D862. Grayscale: #636363. Windows color (decimal): -3725411 or 10299335. OLE color: 10299335.
HSL color Cylindrical-coordinate representation of color #C7279D: hue angle of 315.75º 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 #C7279D is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 157 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.22 |
| HSL | 315.75º | 0.67% | 0.47% | - |
| HSV(B) | 315.75º | 0.8% | 0.78% | - |
| XYZ | 30.36 | 16.03 | 33.39 | - |
| YUV | 100.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 157 | 0 | 0.80 | 0.21 | 0.22 | 315.75 | 0.67 | 0.47 |
| Hex | C7 | 27 | 9D | 0 | 50 | 15 | 16 | 13C | 43 | 2F |
| Octal | 307 | 47 | 235 | 0 | 120 | 25 | 26 | 474 | 103 | 57 |
| Binary | 11000111 | 100111 | 10011101 | 0 | 1010000 | 10101 | 10110 | 100111100 | 1000011 | 101111 |
Color Harmonies of #C7279D
Complementary color
Monochromatic Colors of #C7279D
Black with #C7279D
Text Example
Text Example
White with #C7279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7279D; }
p { color: rgb(199,39,157); }
H1.HeaderClassName
{
color: #C7279D;
}
.AnyTagClassName
{
color: #C7279D;
}
</style>
background-color css
<style>
a { background-color: #C7279D; }
a { background-color: rgb(199,39,157); }
div.DivClassName
{
background-color: #C7279D;
}
.BgClassName
{
background-color: #C7279D;
}
</style>
border-color css
<style>
span { border-color: #C7279D; }
span { border-color: rgb(199,39,157); }
td.TdClassName
{
border-color: #C7279D;
}
.TagClassName
{
border-color: #C7279D;
}
</style>