Shades of Medium Violet Red #C7208B
Tints of Medium Violet Red #C7208B
RGB
CMYK
RGB Variations
Color information
#C7208B (or 0xC7208B) is known color: Medium Violet Red. HEX triplet: C7, 20 and 8B. RGB value is (199,32,139). Sum of RGB (Red+Green+Blue) = 199+32+139=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7208B is #38DF74. Grayscale: #5D5D5D. Windows color (decimal): -3727221 or 9117895. OLE color: 9117895.
HSL color Cylindrical-coordinate representation of color #C7208B: hue angle of 321.56º 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 #C7208B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 139 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.22 |
| HSL | 321.56º | 0.72% | 0.45% | - |
| HSV(B) | 321.56º | 0.84% | 0.78% | - |
| XYZ | 28.73 | 15.04 | 25.81 | - |
| YUV | 94.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 139 | 0 | 0.84 | 0.30 | 0.22 | 321.56 | 0.72 | 0.45 |
| Hex | C7 | 20 | 8B | 0 | 54 | 1E | 16 | 142 | 48 | 2D |
| Octal | 307 | 40 | 213 | 0 | 124 | 36 | 26 | 502 | 110 | 55 |
| Binary | 11000111 | 100000 | 10001011 | 0 | 1010100 | 11110 | 10110 | 101000010 | 1001000 | 101101 |
Color Harmonies of #C7208B
Complementary color
Monochromatic Colors of #C7208B
Black with #C7208B
Text Example
Text Example
White with #C7208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7208B; }
p { color: rgb(199,32,139); }
H1.HeaderClassName
{
color: #C7208B;
}
.AnyTagClassName
{
color: #C7208B;
}
</style>
background-color css
<style>
a { background-color: #C7208B; }
a { background-color: rgb(199,32,139); }
div.DivClassName
{
background-color: #C7208B;
}
.BgClassName
{
background-color: #C7208B;
}
</style>
border-color css
<style>
span { border-color: #C7208B; }
span { border-color: rgb(199,32,139); }
td.TdClassName
{
border-color: #C7208B;
}
.TagClassName
{
border-color: #C7208B;
}
</style>