Shades of Medium Violet Red #C7227B
Tints of Medium Violet Red #C7227B
RGB
CMYK
RGB Variations
Color information
#C7227B (or 0xC7227B) is known color: Medium Violet Red. HEX triplet: C7, 22 and 7B. RGB value is (199,34,123). Sum of RGB (Red+Green+Blue) = 199+34+123=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7227B is #38DD84. Grayscale: #5D5D5D. Windows color (decimal): -3726725 or 8069831. OLE color: 8069831.
HSL color Cylindrical-coordinate representation of color #C7227B: hue angle of 327.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7227B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 123 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.22 |
| HSL | 327.64º | 0.71% | 0.46% | - |
| HSV(B) | 327.64º | 0.83% | 0.78% | - |
| XYZ | 27.7 | 14.72 | 20.12 | - |
| YUV | 93.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 123 | 0 | 0.83 | 0.38 | 0.22 | 327.64 | 0.71 | 0.46 |
| Hex | C7 | 22 | 7B | 0 | 53 | 26 | 16 | 148 | 47 | 2E |
| Octal | 307 | 42 | 173 | 0 | 123 | 46 | 26 | 510 | 107 | 56 |
| Binary | 11000111 | 100010 | 1111011 | 0 | 1010011 | 100110 | 10110 | 101001000 | 1000111 | 101110 |
Color Harmonies of #C7227B
Complementary color
Monochromatic Colors of #C7227B
Black with #C7227B
Text Example
Text Example
White with #C7227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7227B; }
p { color: rgb(199,34,123); }
H1.HeaderClassName
{
color: #C7227B;
}
.AnyTagClassName
{
color: #C7227B;
}
</style>
background-color css
<style>
a { background-color: #C7227B; }
a { background-color: rgb(199,34,123); }
div.DivClassName
{
background-color: #C7227B;
}
.BgClassName
{
background-color: #C7227B;
}
</style>
border-color css
<style>
span { border-color: #C7227B; }
span { border-color: rgb(199,34,123); }
td.TdClassName
{
border-color: #C7227B;
}
.TagClassName
{
border-color: #C7227B;
}
</style>