Shades of Medium Red Violet #C22780
Tints of Medium Red Violet #C22780
RGB
CMYK
RGB Variations
Color information
#C22780 (or 0xC22780) is known color: Medium Red Violet. HEX triplet: C2, 27 and 80. RGB value is (194,39,128). Sum of RGB (Red+Green+Blue) = 194+39+128=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C22780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22780 is #3DD87F. Grayscale: #5F5F5F. Windows color (decimal): -4053120 or 8398786. OLE color: 8398786.
HSL color Cylindrical-coordinate representation of color #C22780: hue angle of 325.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22780 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 128 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.24 |
| HSL | 325.55º | 0.67% | 0.46% | - |
| HSV(B) | 325.55º | 0.8% | 0.76% | - |
| XYZ | 26.87 | 14.48 | 21.8 | - |
| YUV | 95.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 128 | 0 | 0.80 | 0.34 | 0.24 | 325.55 | 0.67 | 0.46 |
| Hex | C2 | 27 | 80 | 0 | 50 | 22 | 18 | 146 | 43 | 2E |
| Octal | 302 | 47 | 200 | 0 | 120 | 42 | 30 | 506 | 103 | 56 |
| Binary | 11000010 | 100111 | 10000000 | 0 | 1010000 | 100010 | 11000 | 101000110 | 1000011 | 101110 |
Color Harmonies of #C22780
Complementary color
Monochromatic Colors of #C22780
Black with #C22780
Text Example
Text Example
White with #C22780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22780; }
p { color: rgb(194,39,128); }
H1.HeaderClassName
{
color: #C22780;
}
.AnyTagClassName
{
color: #C22780;
}
</style>
background-color css
<style>
a { background-color: #C22780; }
a { background-color: rgb(194,39,128); }
div.DivClassName
{
background-color: #C22780;
}
.BgClassName
{
background-color: #C22780;
}
</style>
border-color css
<style>
span { border-color: #C22780; }
span { border-color: rgb(194,39,128); }
td.TdClassName
{
border-color: #C22780;
}
.TagClassName
{
border-color: #C22780;
}
</style>