Shades of Medium Violet Red #C7229A
Tints of Medium Violet Red #C7229A
RGB
CMYK
RGB Variations
Color information
#C7229A (or 0xC7229A) is known color: Medium Violet Red. HEX triplet: C7, 22 and 9A. RGB value is (199,34,154). Sum of RGB (Red+Green+Blue) = 199+34+154=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7229A is #38DD65. Grayscale: #606060. Windows color (decimal): -3726694 or 10101447. OLE color: 10101447.
HSL color Cylindrical-coordinate representation of color #C7229A: hue angle of 316.36º 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 #C7229A is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 154 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.22 |
| HSL | 316.36º | 0.71% | 0.46% | - |
| HSV(B) | 316.36º | 0.83% | 0.78% | - |
| XYZ | 29.96 | 15.62 | 32.01 | - |
| YUV | 97.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 154 | 0 | 0.83 | 0.23 | 0.22 | 316.36 | 0.71 | 0.46 |
| Hex | C7 | 22 | 9A | 0 | 53 | 17 | 16 | 13C | 47 | 2E |
| Octal | 307 | 42 | 232 | 0 | 123 | 27 | 26 | 474 | 107 | 56 |
| Binary | 11000111 | 100010 | 10011010 | 0 | 1010011 | 10111 | 10110 | 100111100 | 1000111 | 101110 |
Color Harmonies of #C7229A
Complementary color
Monochromatic Colors of #C7229A
Black with #C7229A
Text Example
Text Example
White with #C7229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7229A; }
p { color: rgb(199,34,154); }
H1.HeaderClassName
{
color: #C7229A;
}
.AnyTagClassName
{
color: #C7229A;
}
</style>
background-color css
<style>
a { background-color: #C7229A; }
a { background-color: rgb(199,34,154); }
div.DivClassName
{
background-color: #C7229A;
}
.BgClassName
{
background-color: #C7229A;
}
</style>
border-color css
<style>
span { border-color: #C7229A; }
span { border-color: rgb(199,34,154); }
td.TdClassName
{
border-color: #C7229A;
}
.TagClassName
{
border-color: #C7229A;
}
</style>