Shades of Medium Red Violet #C22C9A
Tints of Medium Red Violet #C22C9A
RGB
CMYK
RGB Variations
Color information
#C22C9A (or 0xC22C9A) is known color: Medium Red Violet. HEX triplet: C2, 2C and 9A. RGB value is (194,44,154). Sum of RGB (Red+Green+Blue) = 194+44+154=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22C9A is #3DD365. Grayscale: #656565. Windows color (decimal): -4051814 or 10104002. OLE color: 10104002.
HSL color Cylindrical-coordinate representation of color #C22C9A: hue angle of 316º 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 #C22C9A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 154 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.24 |
| HSL | 316º | 0.63% | 0.47% | - |
| HSV(B) | 316º | 0.77% | 0.76% | - |
| XYZ | 28.98 | 15.6 | 32.06 | - |
| YUV | 101.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 154 | 0 | 0.77 | 0.21 | 0.24 | 316 | 0.63 | 0.47 |
| Hex | C2 | 2C | 9A | 0 | 4D | 15 | 18 | 13C | 3F | 2F |
| Octal | 302 | 54 | 232 | 0 | 115 | 25 | 30 | 474 | 77 | 57 |
| Binary | 11000010 | 101100 | 10011010 | 0 | 1001101 | 10101 | 11000 | 100111100 | 111111 | 101111 |
Color Harmonies of #C22C9A
Complementary color
Monochromatic Colors of #C22C9A
Black with #C22C9A
Text Example
Text Example
White with #C22C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C9A; }
p { color: rgb(194,44,154); }
H1.HeaderClassName
{
color: #C22C9A;
}
.AnyTagClassName
{
color: #C22C9A;
}
</style>
background-color css
<style>
a { background-color: #C22C9A; }
a { background-color: rgb(194,44,154); }
div.DivClassName
{
background-color: #C22C9A;
}
.BgClassName
{
background-color: #C22C9A;
}
</style>
border-color css
<style>
span { border-color: #C22C9A; }
span { border-color: rgb(194,44,154); }
td.TdClassName
{
border-color: #C22C9A;
}
.TagClassName
{
border-color: #C22C9A;
}
</style>