Shades of Medium Red Violet #C22477
Tints of Medium Red Violet #C22477
RGB
CMYK
RGB Variations
Color information
#C22477 (or 0xC22477) is known color: Medium Red Violet. HEX triplet: C2, 24 and 77. RGB value is (194,36,119). Sum of RGB (Red+Green+Blue) = 194+36+119=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C22477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22477 is #3DDB88. Grayscale: #5C5C5C. Windows color (decimal): -4053897 or 7808194. OLE color: 7808194.
HSL color Cylindrical-coordinate representation of color #C22477: hue angle of 328.48º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22477 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 119 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.24 |
| HSL | 328.48º | 0.69% | 0.45% | - |
| HSV(B) | 328.48º | 0.81% | 0.76% | - |
| XYZ | 26.21 | 14.06 | 18.79 | - |
| YUV | 92.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 119 | 0 | 0.81 | 0.39 | 0.24 | 328.48 | 0.69 | 0.45 |
| Hex | C2 | 24 | 77 | 0 | 51 | 27 | 18 | 148 | 45 | 2D |
| Octal | 302 | 44 | 167 | 0 | 121 | 47 | 30 | 510 | 105 | 55 |
| Binary | 11000010 | 100100 | 1110111 | 0 | 1010001 | 100111 | 11000 | 101001000 | 1000101 | 101101 |
Color Harmonies of #C22477
Complementary color
Monochromatic Colors of #C22477
Black with #C22477
Text Example
Text Example
White with #C22477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22477; }
p { color: rgb(194,36,119); }
H1.HeaderClassName
{
color: #C22477;
}
.AnyTagClassName
{
color: #C22477;
}
</style>
background-color css
<style>
a { background-color: #C22477; }
a { background-color: rgb(194,36,119); }
div.DivClassName
{
background-color: #C22477;
}
.BgClassName
{
background-color: #C22477;
}
</style>
border-color css
<style>
span { border-color: #C22477; }
span { border-color: rgb(194,36,119); }
td.TdClassName
{
border-color: #C22477;
}
.TagClassName
{
border-color: #C22477;
}
</style>