Shades of Medium Violet Red #C22098
Tints of Medium Violet Red #C22098
RGB
CMYK
RGB Variations
Color information
#C22098 (or 0xC22098) is known color: Medium Violet Red. HEX triplet: C2, 20 and 98. RGB value is (194,32,152). Sum of RGB (Red+Green+Blue) = 194+32+152=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22098 is #3DDF67. Grayscale: #5D5D5D. Windows color (decimal): -4054888 or 9969858. OLE color: 9969858.
HSL color Cylindrical-coordinate representation of color #C22098: hue angle of 315.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22098 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 152 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.24 |
| HSL | 315.56º | 0.72% | 0.44% | - |
| HSV(B) | 315.56º | 0.84% | 0.76% | - |
| XYZ | 28.43 | 14.77 | 31.06 | - |
| YUV | 94.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 152 | 0 | 0.84 | 0.22 | 0.24 | 315.56 | 0.72 | 0.44 |
| Hex | C2 | 20 | 98 | 0 | 54 | 16 | 18 | 13C | 48 | 2C |
| Octal | 302 | 40 | 230 | 0 | 124 | 26 | 30 | 474 | 110 | 54 |
| Binary | 11000010 | 100000 | 10011000 | 0 | 1010100 | 10110 | 11000 | 100111100 | 1001000 | 101100 |
Color Harmonies of #C22098
Complementary color
Monochromatic Colors of #C22098
Black with #C22098
Text Example
Text Example
White with #C22098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22098; }
p { color: rgb(194,32,152); }
H1.HeaderClassName
{
color: #C22098;
}
.AnyTagClassName
{
color: #C22098;
}
</style>
background-color css
<style>
a { background-color: #C22098; }
a { background-color: rgb(194,32,152); }
div.DivClassName
{
background-color: #C22098;
}
.BgClassName
{
background-color: #C22098;
}
</style>
border-color css
<style>
span { border-color: #C22098; }
span { border-color: rgb(194,32,152); }
td.TdClassName
{
border-color: #C22098;
}
.TagClassName
{
border-color: #C22098;
}
</style>