Shades of Medium Violet Red #C7217D
Tints of Medium Violet Red #C7217D
RGB
CMYK
RGB Variations
Color information
#C7217D (or 0xC7217D) is known color: Medium Violet Red. HEX triplet: C7, 21 and 7D. RGB value is (199,33,125). Sum of RGB (Red+Green+Blue) = 199+33+125=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7217D is #38DE82. Grayscale: #5C5C5C. Windows color (decimal): -3726979 or 8200647. OLE color: 8200647.
HSL color Cylindrical-coordinate representation of color #C7217D: hue angle of 326.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7217D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 125 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.22 |
| HSL | 326.75º | 0.72% | 0.45% | - |
| HSV(B) | 326.75º | 0.83% | 0.78% | - |
| XYZ | 27.8 | 14.71 | 20.78 | - |
| YUV | 93.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 125 | 0 | 0.83 | 0.37 | 0.22 | 326.75 | 0.72 | 0.45 |
| Hex | C7 | 21 | 7D | 0 | 53 | 25 | 16 | 147 | 48 | 2D |
| Octal | 307 | 41 | 175 | 0 | 123 | 45 | 26 | 507 | 110 | 55 |
| Binary | 11000111 | 100001 | 1111101 | 0 | 1010011 | 100101 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C7217D
Complementary color
Monochromatic Colors of #C7217D
Black with #C7217D
Text Example
Text Example
White with #C7217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7217D; }
p { color: rgb(199,33,125); }
H1.HeaderClassName
{
color: #C7217D;
}
.AnyTagClassName
{
color: #C7217D;
}
</style>
background-color css
<style>
a { background-color: #C7217D; }
a { background-color: rgb(199,33,125); }
div.DivClassName
{
background-color: #C7217D;
}
.BgClassName
{
background-color: #C7217D;
}
</style>
border-color css
<style>
span { border-color: #C7217D; }
span { border-color: rgb(199,33,125); }
td.TdClassName
{
border-color: #C7217D;
}
.TagClassName
{
border-color: #C7217D;
}
</style>