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