Shades of Medium Red Violet #C22E88
Tints of Medium Red Violet #C22E88
RGB
CMYK
RGB Variations
Color information
#C22E88 (or 0xC22E88) is known color: Medium Red Violet. HEX triplet: C2, 2E and 88. RGB value is (194,46,136). Sum of RGB (Red+Green+Blue) = 194+46+136=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22E88 is #3DD177. Grayscale: #646464. Windows color (decimal): -4051320 or 8924866. OLE color: 8924866.
HSL color Cylindrical-coordinate representation of color #C22E88: hue angle of 323.51º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E88 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 136 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.24 |
| HSL | 323.51º | 0.62% | 0.47% | - |
| HSV(B) | 323.51º | 0.76% | 0.76% | - |
| XYZ | 27.67 | 15.2 | 24.77 | - |
| YUV | 100.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 136 | 0 | 0.76 | 0.30 | 0.24 | 323.51 | 0.62 | 0.47 |
| Hex | C2 | 2E | 88 | 0 | 4C | 1E | 18 | 144 | 3E | 2F |
| Octal | 302 | 56 | 210 | 0 | 114 | 36 | 30 | 504 | 76 | 57 |
| Binary | 11000010 | 101110 | 10001000 | 0 | 1001100 | 11110 | 11000 | 101000100 | 111110 | 101111 |
Color Harmonies of #C22E88
Complementary color
Monochromatic Colors of #C22E88
Black with #C22E88
Text Example
Text Example
White with #C22E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E88; }
p { color: rgb(194,46,136); }
H1.HeaderClassName
{
color: #C22E88;
}
.AnyTagClassName
{
color: #C22E88;
}
</style>
background-color css
<style>
a { background-color: #C22E88; }
a { background-color: rgb(194,46,136); }
div.DivClassName
{
background-color: #C22E88;
}
.BgClassName
{
background-color: #C22E88;
}
</style>
border-color css
<style>
span { border-color: #C22E88; }
span { border-color: rgb(194,46,136); }
td.TdClassName
{
border-color: #C22E88;
}
.TagClassName
{
border-color: #C22E88;
}
</style>