Shades of Medium Violet Red #C22498
Tints of Medium Violet Red #C22498
RGB
CMYK
RGB Variations
Color information
#C22498 (or 0xC22498) is known color: Medium Violet Red. HEX triplet: C2, 24 and 98. RGB value is (194,36,152). Sum of RGB (Red+Green+Blue) = 194+36+152=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C22498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22498 is #3DDB67. Grayscale: #606060. Windows color (decimal): -4053864 or 9970882. OLE color: 9970882.
HSL color Cylindrical-coordinate representation of color #C22498: hue angle of 315.95º 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 #C22498 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 152 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.24 |
| HSL | 315.95º | 0.69% | 0.45% | - |
| HSV(B) | 315.95º | 0.81% | 0.76% | - |
| XYZ | 28.55 | 15 | 31.1 | - |
| YUV | 96.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 152 | 0 | 0.81 | 0.22 | 0.24 | 315.95 | 0.69 | 0.45 |
| Hex | C2 | 24 | 98 | 0 | 51 | 16 | 18 | 13C | 45 | 2D |
| Octal | 302 | 44 | 230 | 0 | 121 | 26 | 30 | 474 | 105 | 55 |
| Binary | 11000010 | 100100 | 10011000 | 0 | 1010001 | 10110 | 11000 | 100111100 | 1000101 | 101101 |
Color Harmonies of #C22498
Complementary color
Monochromatic Colors of #C22498
Black with #C22498
Text Example
Text Example
White with #C22498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22498; }
p { color: rgb(194,36,152); }
H1.HeaderClassName
{
color: #C22498;
}
.AnyTagClassName
{
color: #C22498;
}
</style>
background-color css
<style>
a { background-color: #C22498; }
a { background-color: rgb(194,36,152); }
div.DivClassName
{
background-color: #C22498;
}
.BgClassName
{
background-color: #C22498;
}
</style>
border-color css
<style>
span { border-color: #C22498; }
span { border-color: rgb(194,36,152); }
td.TdClassName
{
border-color: #C22498;
}
.TagClassName
{
border-color: #C22498;
}
</style>