Shades of Medium Violet Red #C7227A
Tints of Medium Violet Red #C7227A
RGB
CMYK
RGB Variations
Color information
#C7227A (or 0xC7227A) is known color: Medium Violet Red. HEX triplet: C7, 22 and 7A. RGB value is (199,34,122). Sum of RGB (Red+Green+Blue) = 199+34+122=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7227A is #38DD85. Grayscale: #5D5D5D. Windows color (decimal): -3726726 or 8004295. OLE color: 8004295.
HSL color Cylindrical-coordinate representation of color #C7227A: hue angle of 328º 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 #C7227A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 122 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.22 |
| HSL | 328º | 0.71% | 0.46% | - |
| HSV(B) | 328º | 0.83% | 0.78% | - |
| XYZ | 27.64 | 14.69 | 19.79 | - |
| YUV | 93.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 122 | 0 | 0.83 | 0.39 | 0.22 | 328 | 0.71 | 0.46 |
| Hex | C7 | 22 | 7A | 0 | 53 | 27 | 16 | 148 | 47 | 2E |
| Octal | 307 | 42 | 172 | 0 | 123 | 47 | 26 | 510 | 107 | 56 |
| Binary | 11000111 | 100010 | 1111010 | 0 | 1010011 | 100111 | 10110 | 101001000 | 1000111 | 101110 |
Color Harmonies of #C7227A
Complementary color
Monochromatic Colors of #C7227A
Black with #C7227A
Text Example
Text Example
White with #C7227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7227A; }
p { color: rgb(199,34,122); }
H1.HeaderClassName
{
color: #C7227A;
}
.AnyTagClassName
{
color: #C7227A;
}
</style>
background-color css
<style>
a { background-color: #C7227A; }
a { background-color: rgb(199,34,122); }
div.DivClassName
{
background-color: #C7227A;
}
.BgClassName
{
background-color: #C7227A;
}
</style>
border-color css
<style>
span { border-color: #C7227A; }
span { border-color: rgb(199,34,122); }
td.TdClassName
{
border-color: #C7227A;
}
.TagClassName
{
border-color: #C7227A;
}
</style>