Shades of Medium Red Violet #C22C8E
Tints of Medium Red Violet #C22C8E
RGB
CMYK
RGB Variations
Color information
#C22C8E (or 0xC22C8E) is known color: Medium Red Violet. HEX triplet: C2, 2C and 8E. RGB value is (194,44,142). Sum of RGB (Red+Green+Blue) = 194+44+142=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22C8E is #3DD371. Grayscale: #636363. Windows color (decimal): -4051826 or 9317570. OLE color: 9317570.
HSL color Cylindrical-coordinate representation of color #C22C8E: hue angle of 320.8º 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 #C22C8E is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 142 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.24 |
| HSL | 320.8º | 0.63% | 0.47% | - |
| HSV(B) | 320.8º | 0.77% | 0.76% | - |
| XYZ | 28.03 | 15.22 | 27.05 | - |
| YUV | 100.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 142 | 0 | 0.77 | 0.27 | 0.24 | 320.8 | 0.63 | 0.47 |
| Hex | C2 | 2C | 8E | 0 | 4D | 1B | 18 | 141 | 3F | 2F |
| Octal | 302 | 54 | 216 | 0 | 115 | 33 | 30 | 501 | 77 | 57 |
| Binary | 11000010 | 101100 | 10001110 | 0 | 1001101 | 11011 | 11000 | 101000001 | 111111 | 101111 |
Color Harmonies of #C22C8E
Complementary color
Monochromatic Colors of #C22C8E
Black with #C22C8E
Text Example
Text Example
White with #C22C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C8E; }
p { color: rgb(194,44,142); }
H1.HeaderClassName
{
color: #C22C8E;
}
.AnyTagClassName
{
color: #C22C8E;
}
</style>
background-color css
<style>
a { background-color: #C22C8E; }
a { background-color: rgb(194,44,142); }
div.DivClassName
{
background-color: #C22C8E;
}
.BgClassName
{
background-color: #C22C8E;
}
</style>
border-color css
<style>
span { border-color: #C22C8E; }
span { border-color: rgb(194,44,142); }
td.TdClassName
{
border-color: #C22C8E;
}
.TagClassName
{
border-color: #C22C8E;
}
</style>