Shades of Medium Violet Red #C22380
Tints of Medium Violet Red #C22380
RGB
CMYK
RGB Variations
Color information
#C22380 (or 0xC22380) is known color: Medium Violet Red. HEX triplet: C2, 23 and 80. RGB value is (194,35,128). Sum of RGB (Red+Green+Blue) = 194+35+128=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C22380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22380 is #3DDC7F. Grayscale: #5C5C5C. Windows color (decimal): -4054144 or 8397762. OLE color: 8397762.
HSL color Cylindrical-coordinate representation of color #C22380: hue angle of 324.91º 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 #C22380 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 128 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.24 |
| HSL | 324.91º | 0.69% | 0.45% | - |
| HSV(B) | 324.91º | 0.82% | 0.76% | - |
| XYZ | 26.75 | 14.23 | 21.76 | - |
| YUV | 93.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 128 | 0 | 0.82 | 0.34 | 0.24 | 324.91 | 0.69 | 0.45 |
| Hex | C2 | 23 | 80 | 0 | 52 | 22 | 18 | 145 | 45 | 2D |
| Octal | 302 | 43 | 200 | 0 | 122 | 42 | 30 | 505 | 105 | 55 |
| Binary | 11000010 | 100011 | 10000000 | 0 | 1010010 | 100010 | 11000 | 101000101 | 1000101 | 101101 |
Color Harmonies of #C22380
Complementary color
Monochromatic Colors of #C22380
Black with #C22380
Text Example
Text Example
White with #C22380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22380; }
p { color: rgb(194,35,128); }
H1.HeaderClassName
{
color: #C22380;
}
.AnyTagClassName
{
color: #C22380;
}
</style>
background-color css
<style>
a { background-color: #C22380; }
a { background-color: rgb(194,35,128); }
div.DivClassName
{
background-color: #C22380;
}
.BgClassName
{
background-color: #C22380;
}
</style>
border-color css
<style>
span { border-color: #C22380; }
span { border-color: rgb(194,35,128); }
td.TdClassName
{
border-color: #C22380;
}
.TagClassName
{
border-color: #C22380;
}
</style>