Shades of Medium Violet Red #C7258E
Tints of Medium Violet Red #C7258E
RGB
CMYK
RGB Variations
Color information
#C7258E (or 0xC7258E) is known color: Medium Violet Red. HEX triplet: C7, 25 and 8E. RGB value is (199,37,142). Sum of RGB (Red+Green+Blue) = 199+37+142=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7258E is #38DA71. Grayscale: #616161. Windows color (decimal): -3725938 or 9315783. OLE color: 9315783.
HSL color Cylindrical-coordinate representation of color #C7258E: hue angle of 321.11º 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 #C7258E is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 142 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.22 |
| HSL | 321.11º | 0.69% | 0.46% | - |
| HSV(B) | 321.11º | 0.81% | 0.78% | - |
| XYZ | 29.1 | 15.42 | 27.03 | - |
| YUV | 97.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 142 | 0 | 0.81 | 0.29 | 0.22 | 321.11 | 0.69 | 0.46 |
| Hex | C7 | 25 | 8E | 0 | 51 | 1D | 16 | 141 | 45 | 2E |
| Octal | 307 | 45 | 216 | 0 | 121 | 35 | 26 | 501 | 105 | 56 |
| Binary | 11000111 | 100101 | 10001110 | 0 | 1010001 | 11101 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C7258E
Complementary color
Monochromatic Colors of #C7258E
Black with #C7258E
Text Example
Text Example
White with #C7258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7258E; }
p { color: rgb(199,37,142); }
H1.HeaderClassName
{
color: #C7258E;
}
.AnyTagClassName
{
color: #C7258E;
}
</style>
background-color css
<style>
a { background-color: #C7258E; }
a { background-color: rgb(199,37,142); }
div.DivClassName
{
background-color: #C7258E;
}
.BgClassName
{
background-color: #C7258E;
}
</style>
border-color css
<style>
span { border-color: #C7258E; }
span { border-color: rgb(199,37,142); }
td.TdClassName
{
border-color: #C7258E;
}
.TagClassName
{
border-color: #C7258E;
}
</style>