Shades of Medium Violet Red #C7208F
Tints of Medium Violet Red #C7208F
RGB
CMYK
RGB Variations
Color information
#C7208F (or 0xC7208F) is known color: Medium Violet Red. HEX triplet: C7, 20 and 8F. RGB value is (199,32,143). Sum of RGB (Red+Green+Blue) = 199+32+143=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7208F is #38DF70. Grayscale: #5E5E5E. Windows color (decimal): -3727217 or 9380039. OLE color: 9380039.
HSL color Cylindrical-coordinate representation of color #C7208F: hue angle of 320.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7208F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 143 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.22 |
| HSL | 320.12º | 0.72% | 0.45% | - |
| HSV(B) | 320.12º | 0.84% | 0.78% | - |
| XYZ | 29.03 | 15.16 | 27.38 | - |
| YUV | 94.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 143 | 0 | 0.84 | 0.28 | 0.22 | 320.12 | 0.72 | 0.45 |
| Hex | C7 | 20 | 8F | 0 | 54 | 1C | 16 | 140 | 48 | 2D |
| Octal | 307 | 40 | 217 | 0 | 124 | 34 | 26 | 500 | 110 | 55 |
| Binary | 11000111 | 100000 | 10001111 | 0 | 1010100 | 11100 | 10110 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C7208F
Complementary color
Monochromatic Colors of #C7208F
Black with #C7208F
Text Example
Text Example
White with #C7208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7208F; }
p { color: rgb(199,32,143); }
H1.HeaderClassName
{
color: #C7208F;
}
.AnyTagClassName
{
color: #C7208F;
}
</style>
background-color css
<style>
a { background-color: #C7208F; }
a { background-color: rgb(199,32,143); }
div.DivClassName
{
background-color: #C7208F;
}
.BgClassName
{
background-color: #C7208F;
}
</style>
border-color css
<style>
span { border-color: #C7208F; }
span { border-color: rgb(199,32,143); }
td.TdClassName
{
border-color: #C7208F;
}
.TagClassName
{
border-color: #C7208F;
}
</style>