Shades of Medium Violet Red #C7207D
Tints of Medium Violet Red #C7207D
RGB
CMYK
RGB Variations
Color information
#C7207D (or 0xC7207D) is known color: Medium Violet Red. HEX triplet: C7, 20 and 7D. RGB value is (199,32,125). Sum of RGB (Red+Green+Blue) = 199+32+125=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7207D is #38DF82. Grayscale: #5C5C5C. Windows color (decimal): -3727235 or 8200391. OLE color: 8200391.
HSL color Cylindrical-coordinate representation of color #C7207D: hue angle of 326.59º 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 #C7207D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 125 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.22 |
| HSL | 326.59º | 0.72% | 0.45% | - |
| HSV(B) | 326.59º | 0.84% | 0.78% | - |
| XYZ | 27.77 | 14.66 | 20.77 | - |
| YUV | 92.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 125 | 0 | 0.84 | 0.37 | 0.22 | 326.59 | 0.72 | 0.45 |
| Hex | C7 | 20 | 7D | 0 | 54 | 25 | 16 | 147 | 48 | 2D |
| Octal | 307 | 40 | 175 | 0 | 124 | 45 | 26 | 507 | 110 | 55 |
| Binary | 11000111 | 100000 | 1111101 | 0 | 1010100 | 100101 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C7207D
Complementary color
Monochromatic Colors of #C7207D
Black with #C7207D
Text Example
Text Example
White with #C7207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7207D; }
p { color: rgb(199,32,125); }
H1.HeaderClassName
{
color: #C7207D;
}
.AnyTagClassName
{
color: #C7207D;
}
</style>
background-color css
<style>
a { background-color: #C7207D; }
a { background-color: rgb(199,32,125); }
div.DivClassName
{
background-color: #C7207D;
}
.BgClassName
{
background-color: #C7207D;
}
</style>
border-color css
<style>
span { border-color: #C7207D; }
span { border-color: rgb(199,32,125); }
td.TdClassName
{
border-color: #C7207D;
}
.TagClassName
{
border-color: #C7207D;
}
</style>