Shades of Medium Red Violet #C22C99
Tints of Medium Red Violet #C22C99
RGB
CMYK
RGB Variations
Color information
#C22C99 (or 0xC22C99) is known color: Medium Red Violet. HEX triplet: C2, 2C and 99. RGB value is (194,44,153). Sum of RGB (Red+Green+Blue) = 194+44+153=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22C99 is #3DD366. Grayscale: #646464. Windows color (decimal): -4051815 or 10038466. OLE color: 10038466.
HSL color Cylindrical-coordinate representation of color #C22C99: hue angle of 316.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C99 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 153 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.24 |
| HSL | 316.4º | 0.63% | 0.47% | - |
| HSV(B) | 316.4º | 0.77% | 0.76% | - |
| XYZ | 28.9 | 15.57 | 31.62 | - |
| YUV | 101.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 153 | 0 | 0.77 | 0.21 | 0.24 | 316.4 | 0.63 | 0.47 |
| Hex | C2 | 2C | 99 | 0 | 4D | 15 | 18 | 13C | 3F | 2F |
| Octal | 302 | 54 | 231 | 0 | 115 | 25 | 30 | 474 | 77 | 57 |
| Binary | 11000010 | 101100 | 10011001 | 0 | 1001101 | 10101 | 11000 | 100111100 | 111111 | 101111 |
Color Harmonies of #C22C99
Complementary color
Monochromatic Colors of #C22C99
Black with #C22C99
Text Example
Text Example
White with #C22C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C99; }
p { color: rgb(194,44,153); }
H1.HeaderClassName
{
color: #C22C99;
}
.AnyTagClassName
{
color: #C22C99;
}
</style>
background-color css
<style>
a { background-color: #C22C99; }
a { background-color: rgb(194,44,153); }
div.DivClassName
{
background-color: #C22C99;
}
.BgClassName
{
background-color: #C22C99;
}
</style>
border-color css
<style>
span { border-color: #C22C99; }
span { border-color: rgb(194,44,153); }
td.TdClassName
{
border-color: #C22C99;
}
.TagClassName
{
border-color: #C22C99;
}
</style>