Shades of Medium Red Violet #C22874
Tints of Medium Red Violet #C22874
RGB
CMYK
RGB Variations
Color information
#C22874 (or 0xC22874) is known color: Medium Red Violet. HEX triplet: C2, 28 and 74. RGB value is (194,40,116). Sum of RGB (Red+Green+Blue) = 194+40+116=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C22874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22874 is #3DD78B. Grayscale: #5E5E5E. Windows color (decimal): -4052876 or 7612610. OLE color: 7612610.
HSL color Cylindrical-coordinate representation of color #C22874: hue angle of 330.39º 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 #C22874 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 116 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.24 |
| HSL | 330.39º | 0.66% | 0.46% | - |
| HSV(B) | 330.39º | 0.79% | 0.76% | - |
| XYZ | 26.16 | 14.25 | 17.89 | - |
| YUV | 94.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 116 | 0 | 0.79 | 0.40 | 0.24 | 330.39 | 0.66 | 0.46 |
| Hex | C2 | 28 | 74 | 0 | 4F | 28 | 18 | 14A | 42 | 2E |
| Octal | 302 | 50 | 164 | 0 | 117 | 50 | 30 | 512 | 102 | 56 |
| Binary | 11000010 | 101000 | 1110100 | 0 | 1001111 | 101000 | 11000 | 101001010 | 1000010 | 101110 |
Color Harmonies of #C22874
Complementary color
Monochromatic Colors of #C22874
Black with #C22874
Text Example
Text Example
White with #C22874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22874; }
p { color: rgb(194,40,116); }
H1.HeaderClassName
{
color: #C22874;
}
.AnyTagClassName
{
color: #C22874;
}
</style>
background-color css
<style>
a { background-color: #C22874; }
a { background-color: rgb(194,40,116); }
div.DivClassName
{
background-color: #C22874;
}
.BgClassName
{
background-color: #C22874;
}
</style>
border-color css
<style>
span { border-color: #C22874; }
span { border-color: rgb(194,40,116); }
td.TdClassName
{
border-color: #C22874;
}
.TagClassName
{
border-color: #C22874;
}
</style>