Shades of Medium Violet Red #C7258F
Tints of Medium Violet Red #C7258F
RGB
CMYK
RGB Variations
Color information
#C7258F (or 0xC7258F) is known color: Medium Violet Red. HEX triplet: C7, 25 and 8F. RGB value is (199,37,143). Sum of RGB (Red+Green+Blue) = 199+37+143=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7258F is #38DA70. Grayscale: #616161. Windows color (decimal): -3725937 or 9381319. OLE color: 9381319.
HSL color Cylindrical-coordinate representation of color #C7258F: hue angle of 320.74º 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 #C7258F is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 143 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.22 |
| HSL | 320.74º | 0.69% | 0.46% | - |
| HSV(B) | 320.74º | 0.81% | 0.78% | - |
| XYZ | 29.17 | 15.45 | 27.43 | - |
| YUV | 97.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 143 | 0 | 0.81 | 0.28 | 0.22 | 320.74 | 0.69 | 0.46 |
| Hex | C7 | 25 | 8F | 0 | 51 | 1C | 16 | 141 | 45 | 2E |
| Octal | 307 | 45 | 217 | 0 | 121 | 34 | 26 | 501 | 105 | 56 |
| Binary | 11000111 | 100101 | 10001111 | 0 | 1010001 | 11100 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C7258F
Complementary color
Monochromatic Colors of #C7258F
Black with #C7258F
Text Example
Text Example
White with #C7258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7258F; }
p { color: rgb(199,37,143); }
H1.HeaderClassName
{
color: #C7258F;
}
.AnyTagClassName
{
color: #C7258F;
}
</style>
background-color css
<style>
a { background-color: #C7258F; }
a { background-color: rgb(199,37,143); }
div.DivClassName
{
background-color: #C7258F;
}
.BgClassName
{
background-color: #C7258F;
}
</style>
border-color css
<style>
span { border-color: #C7258F; }
span { border-color: rgb(199,37,143); }
td.TdClassName
{
border-color: #C7258F;
}
.TagClassName
{
border-color: #C7258F;
}
</style>