Shades of Medium Red Violet #C22877
Tints of Medium Red Violet #C22877
RGB
CMYK
RGB Variations
Color information
#C22877 (or 0xC22877) is known color: Medium Red Violet. HEX triplet: C2, 28 and 77. RGB value is (194,40,119). Sum of RGB (Red+Green+Blue) = 194+40+119=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C22877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22877 is #3DD788. Grayscale: #5E5E5E. Windows color (decimal): -4052873 or 7809218. OLE color: 7809218.
HSL color Cylindrical-coordinate representation of color #C22877: hue angle of 329.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22877 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 119 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.24 |
| HSL | 329.22º | 0.66% | 0.46% | - |
| HSV(B) | 329.22º | 0.79% | 0.76% | - |
| XYZ | 26.34 | 14.32 | 18.83 | - |
| YUV | 95.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 119 | 0 | 0.79 | 0.39 | 0.24 | 329.22 | 0.66 | 0.46 |
| Hex | C2 | 28 | 77 | 0 | 4F | 27 | 18 | 149 | 42 | 2E |
| Octal | 302 | 50 | 167 | 0 | 117 | 47 | 30 | 511 | 102 | 56 |
| Binary | 11000010 | 101000 | 1110111 | 0 | 1001111 | 100111 | 11000 | 101001001 | 1000010 | 101110 |
Color Harmonies of #C22877
Complementary color
Monochromatic Colors of #C22877
Black with #C22877
Text Example
Text Example
White with #C22877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22877; }
p { color: rgb(194,40,119); }
H1.HeaderClassName
{
color: #C22877;
}
.AnyTagClassName
{
color: #C22877;
}
</style>
background-color css
<style>
a { background-color: #C22877; }
a { background-color: rgb(194,40,119); }
div.DivClassName
{
background-color: #C22877;
}
.BgClassName
{
background-color: #C22877;
}
</style>
border-color css
<style>
span { border-color: #C22877; }
span { border-color: rgb(194,40,119); }
td.TdClassName
{
border-color: #C22877;
}
.TagClassName
{
border-color: #C22877;
}
</style>