Shades of Medium Violet Red #C7217B
Tints of Medium Violet Red #C7217B
RGB
CMYK
RGB Variations
Color information
#C7217B (or 0xC7217B) is known color: Medium Violet Red. HEX triplet: C7, 21 and 7B. RGB value is (199,33,123). Sum of RGB (Red+Green+Blue) = 199+33+123=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7217B is #38DE84. Grayscale: #5C5C5C. Windows color (decimal): -3726981 or 8069575. OLE color: 8069575.
HSL color Cylindrical-coordinate representation of color #C7217B: hue angle of 327.47º 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 #C7217B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 123 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.22 |
| HSL | 327.47º | 0.72% | 0.45% | - |
| HSV(B) | 327.47º | 0.83% | 0.78% | - |
| XYZ | 27.67 | 14.66 | 20.11 | - |
| YUV | 92.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 123 | 0 | 0.83 | 0.38 | 0.22 | 327.47 | 0.72 | 0.45 |
| Hex | C7 | 21 | 7B | 0 | 53 | 26 | 16 | 147 | 48 | 2D |
| Octal | 307 | 41 | 173 | 0 | 123 | 46 | 26 | 507 | 110 | 55 |
| Binary | 11000111 | 100001 | 1111011 | 0 | 1010011 | 100110 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C7217B
Complementary color
Monochromatic Colors of #C7217B
Black with #C7217B
Text Example
Text Example
White with #C7217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7217B; }
p { color: rgb(199,33,123); }
H1.HeaderClassName
{
color: #C7217B;
}
.AnyTagClassName
{
color: #C7217B;
}
</style>
background-color css
<style>
a { background-color: #C7217B; }
a { background-color: rgb(199,33,123); }
div.DivClassName
{
background-color: #C7217B;
}
.BgClassName
{
background-color: #C7217B;
}
</style>
border-color css
<style>
span { border-color: #C7217B; }
span { border-color: rgb(199,33,123); }
td.TdClassName
{
border-color: #C7217B;
}
.TagClassName
{
border-color: #C7217B;
}
</style>