Shades of Medium Red Violet #C22876
Tints of Medium Red Violet #C22876
RGB
CMYK
RGB Variations
Color information
#C22876 (or 0xC22876) is known color: Medium Red Violet. HEX triplet: C2, 28 and 76. RGB value is (194,40,118). Sum of RGB (Red+Green+Blue) = 194+40+118=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C22876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22876 is #3DD789. Grayscale: #5E5E5E. Windows color (decimal): -4052874 or 7743682. OLE color: 7743682.
HSL color Cylindrical-coordinate representation of color #C22876: hue angle of 329.61º 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 #C22876 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 118 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.24 |
| HSL | 329.61º | 0.66% | 0.46% | - |
| HSV(B) | 329.61º | 0.79% | 0.76% | - |
| XYZ | 26.28 | 14.29 | 18.51 | - |
| YUV | 94.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 118 | 0 | 0.79 | 0.39 | 0.24 | 329.61 | 0.66 | 0.46 |
| Hex | C2 | 28 | 76 | 0 | 4F | 27 | 18 | 14A | 42 | 2E |
| Octal | 302 | 50 | 166 | 0 | 117 | 47 | 30 | 512 | 102 | 56 |
| Binary | 11000010 | 101000 | 1110110 | 0 | 1001111 | 100111 | 11000 | 101001010 | 1000010 | 101110 |
Color Harmonies of #C22876
Complementary color
Monochromatic Colors of #C22876
Black with #C22876
Text Example
Text Example
White with #C22876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22876; }
p { color: rgb(194,40,118); }
H1.HeaderClassName
{
color: #C22876;
}
.AnyTagClassName
{
color: #C22876;
}
</style>
background-color css
<style>
a { background-color: #C22876; }
a { background-color: rgb(194,40,118); }
div.DivClassName
{
background-color: #C22876;
}
.BgClassName
{
background-color: #C22876;
}
</style>
border-color css
<style>
span { border-color: #C22876; }
span { border-color: rgb(194,40,118); }
td.TdClassName
{
border-color: #C22876;
}
.TagClassName
{
border-color: #C22876;
}
</style>