Shades of Medium Violet Red #C7238E
Tints of Medium Violet Red #C7238E
RGB
CMYK
RGB Variations
Color information
#C7238E (or 0xC7238E) is known color: Medium Violet Red. HEX triplet: C7, 23 and 8E. RGB value is (199,35,142). Sum of RGB (Red+Green+Blue) = 199+35+142=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7238E is #38DC71. Grayscale: #5F5F5F. Windows color (decimal): -3726450 or 9315271. OLE color: 9315271.
HSL color Cylindrical-coordinate representation of color #C7238E: hue angle of 320.85º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7238E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 142 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 320.85º | 0.7% | 0.46% | - |
| HSV(B) | 320.85º | 0.82% | 0.78% | - |
| XYZ | 29.04 | 15.3 | 27.01 | - |
| YUV | 96.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 142 | 0 | 0.82 | 0.29 | 0.22 | 320.85 | 0.7 | 0.46 |
| Hex | C7 | 23 | 8E | 0 | 52 | 1D | 16 | 141 | 46 | 2E |
| Octal | 307 | 43 | 216 | 0 | 122 | 35 | 26 | 501 | 106 | 56 |
| Binary | 11000111 | 100011 | 10001110 | 0 | 1010010 | 11101 | 10110 | 101000001 | 1000110 | 101110 |
Color Harmonies of #C7238E
Complementary color
Monochromatic Colors of #C7238E
Black with #C7238E
Text Example
Text Example
White with #C7238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7238E; }
p { color: rgb(199,35,142); }
H1.HeaderClassName
{
color: #C7238E;
}
.AnyTagClassName
{
color: #C7238E;
}
</style>
background-color css
<style>
a { background-color: #C7238E; }
a { background-color: rgb(199,35,142); }
div.DivClassName
{
background-color: #C7238E;
}
.BgClassName
{
background-color: #C7238E;
}
</style>
border-color css
<style>
span { border-color: #C7238E; }
span { border-color: rgb(199,35,142); }
td.TdClassName
{
border-color: #C7238E;
}
.TagClassName
{
border-color: #C7238E;
}
</style>