Shades of Medium Violet Red #C7259F
Tints of Medium Violet Red #C7259F
RGB
CMYK
RGB Variations
Color information
#C7259F (or 0xC7259F) is known color: Medium Violet Red. HEX triplet: C7, 25 and 9F. RGB value is (199,37,159). Sum of RGB (Red+Green+Blue) = 199+37+159=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7259F is #38DA60. Grayscale: #636363. Windows color (decimal): -3725921 or 10429895. OLE color: 10429895.
HSL color Cylindrical-coordinate representation of color #C7259F: hue angle of 314.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7259F is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 159 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.22 |
| HSL | 314.81º | 0.69% | 0.46% | - |
| HSV(B) | 314.81º | 0.81% | 0.78% | - |
| XYZ | 30.47 | 15.97 | 34.28 | - |
| YUV | 99.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 159 | 0 | 0.81 | 0.20 | 0.22 | 314.81 | 0.69 | 0.46 |
| Hex | C7 | 25 | 9F | 0 | 51 | 14 | 16 | 13B | 45 | 2E |
| Octal | 307 | 45 | 237 | 0 | 121 | 24 | 26 | 473 | 105 | 56 |
| Binary | 11000111 | 100101 | 10011111 | 0 | 1010001 | 10100 | 10110 | 100111011 | 1000101 | 101110 |
Color Harmonies of #C7259F
Complementary color
Monochromatic Colors of #C7259F
Black with #C7259F
Text Example
Text Example
White with #C7259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7259F; }
p { color: rgb(199,37,159); }
H1.HeaderClassName
{
color: #C7259F;
}
.AnyTagClassName
{
color: #C7259F;
}
</style>
background-color css
<style>
a { background-color: #C7259F; }
a { background-color: rgb(199,37,159); }
div.DivClassName
{
background-color: #C7259F;
}
.BgClassName
{
background-color: #C7259F;
}
</style>
border-color css
<style>
span { border-color: #C7259F; }
span { border-color: rgb(199,37,159); }
td.TdClassName
{
border-color: #C7259F;
}
.TagClassName
{
border-color: #C7259F;
}
</style>