Shades of Medium Violet Red #C7238C
Tints of Medium Violet Red #C7238C
RGB
CMYK
RGB Variations
Color information
#C7238C (or 0xC7238C) is known color: Medium Violet Red. HEX triplet: C7, 23 and 8C. RGB value is (199,35,140). Sum of RGB (Red+Green+Blue) = 199+35+140=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7238C is #38DC73. Grayscale: #5F5F5F. Windows color (decimal): -3726452 or 9184199. OLE color: 9184199.
HSL color Cylindrical-coordinate representation of color #C7238C: hue angle of 321.59º 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 #C7238C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 140 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.22 |
| HSL | 321.59º | 0.7% | 0.46% | - |
| HSV(B) | 321.59º | 0.82% | 0.78% | - |
| XYZ | 28.89 | 15.24 | 26.23 | - |
| YUV | 96.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 140 | 0 | 0.82 | 0.30 | 0.22 | 321.59 | 0.7 | 0.46 |
| Hex | C7 | 23 | 8C | 0 | 52 | 1E | 16 | 142 | 46 | 2E |
| Octal | 307 | 43 | 214 | 0 | 122 | 36 | 26 | 502 | 106 | 56 |
| Binary | 11000111 | 100011 | 10001100 | 0 | 1010010 | 11110 | 10110 | 101000010 | 1000110 | 101110 |
Color Harmonies of #C7238C
Complementary color
Monochromatic Colors of #C7238C
Black with #C7238C
Text Example
Text Example
White with #C7238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7238C; }
p { color: rgb(199,35,140); }
H1.HeaderClassName
{
color: #C7238C;
}
.AnyTagClassName
{
color: #C7238C;
}
</style>
background-color css
<style>
a { background-color: #C7238C; }
a { background-color: rgb(199,35,140); }
div.DivClassName
{
background-color: #C7238C;
}
.BgClassName
{
background-color: #C7238C;
}
</style>
border-color css
<style>
span { border-color: #C7238C; }
span { border-color: rgb(199,35,140); }
td.TdClassName
{
border-color: #C7238C;
}
.TagClassName
{
border-color: #C7238C;
}
</style>