Shades of Medium Violet Red #C7229D
Tints of Medium Violet Red #C7229D
RGB
CMYK
RGB Variations
Color information
#C7229D (or 0xC7229D) is known color: Medium Violet Red. HEX triplet: C7, 22 and 9D. RGB value is (199,34,157). Sum of RGB (Red+Green+Blue) = 199+34+157=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7229D is #38DD62. Grayscale: #616161. Windows color (decimal): -3726691 or 10298055. OLE color: 10298055.
HSL color Cylindrical-coordinate representation of color #C7229D: hue angle of 315.27º 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 #C7229D is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 157 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.22 |
| HSL | 315.27º | 0.71% | 0.46% | - |
| HSV(B) | 315.27º | 0.83% | 0.78% | - |
| XYZ | 30.21 | 15.72 | 33.34 | - |
| YUV | 97.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 157 | 0 | 0.83 | 0.21 | 0.22 | 315.27 | 0.71 | 0.46 |
| Hex | C7 | 22 | 9D | 0 | 53 | 15 | 16 | 13B | 47 | 2E |
| Octal | 307 | 42 | 235 | 0 | 123 | 25 | 26 | 473 | 107 | 56 |
| Binary | 11000111 | 100010 | 10011101 | 0 | 1010011 | 10101 | 10110 | 100111011 | 1000111 | 101110 |
Color Harmonies of #C7229D
Complementary color
Monochromatic Colors of #C7229D
Black with #C7229D
Text Example
Text Example
White with #C7229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7229D; }
p { color: rgb(199,34,157); }
H1.HeaderClassName
{
color: #C7229D;
}
.AnyTagClassName
{
color: #C7229D;
}
</style>
background-color css
<style>
a { background-color: #C7229D; }
a { background-color: rgb(199,34,157); }
div.DivClassName
{
background-color: #C7229D;
}
.BgClassName
{
background-color: #C7229D;
}
</style>
border-color css
<style>
span { border-color: #C7229D; }
span { border-color: rgb(199,34,157); }
td.TdClassName
{
border-color: #C7229D;
}
.TagClassName
{
border-color: #C7229D;
}
</style>