Shades of Medium Violet Red #C22377
Tints of Medium Violet Red #C22377
RGB
CMYK
RGB Variations
Color information
#C22377 (or 0xC22377) is known color: Medium Violet Red. HEX triplet: C2, 23 and 77. RGB value is (194,35,119). Sum of RGB (Red+Green+Blue) = 194+35+119=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C22377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22377 is #3DDC88. Grayscale: #5B5B5B. Windows color (decimal): -4054153 or 7807938. OLE color: 7807938.
HSL color Cylindrical-coordinate representation of color #C22377: hue angle of 328.3º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22377 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 119 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.24 |
| HSL | 328.3º | 0.69% | 0.45% | - |
| HSV(B) | 328.3º | 0.82% | 0.76% | - |
| XYZ | 26.18 | 14 | 18.78 | - |
| YUV | 92.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 119 | 0 | 0.82 | 0.39 | 0.24 | 328.3 | 0.69 | 0.45 |
| Hex | C2 | 23 | 77 | 0 | 52 | 27 | 18 | 148 | 45 | 2D |
| Octal | 302 | 43 | 167 | 0 | 122 | 47 | 30 | 510 | 105 | 55 |
| Binary | 11000010 | 100011 | 1110111 | 0 | 1010010 | 100111 | 11000 | 101001000 | 1000101 | 101101 |
Color Harmonies of #C22377
Complementary color
Monochromatic Colors of #C22377
Black with #C22377
Text Example
Text Example
White with #C22377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22377; }
p { color: rgb(194,35,119); }
H1.HeaderClassName
{
color: #C22377;
}
.AnyTagClassName
{
color: #C22377;
}
</style>
background-color css
<style>
a { background-color: #C22377; }
a { background-color: rgb(194,35,119); }
div.DivClassName
{
background-color: #C22377;
}
.BgClassName
{
background-color: #C22377;
}
</style>
border-color css
<style>
span { border-color: #C22377; }
span { border-color: rgb(194,35,119); }
td.TdClassName
{
border-color: #C22377;
}
.TagClassName
{
border-color: #C22377;
}
</style>