Shades of Medium Red Violet #C22B99
Tints of Medium Red Violet #C22B99
RGB
CMYK
RGB Variations
Color information
#C22B99 (or 0xC22B99) is known color: Medium Red Violet. HEX triplet: C2, 2B and 99. RGB value is (194,43,153). Sum of RGB (Red+Green+Blue) = 194+43+153=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22B99 is #3DD466. Grayscale: #646464. Windows color (decimal): -4052071 or 10038210. OLE color: 10038210.
HSL color Cylindrical-coordinate representation of color #C22B99: hue angle of 316.29º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B99 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 153 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.24 |
| HSL | 316.29º | 0.64% | 0.46% | - |
| HSV(B) | 316.29º | 0.78% | 0.76% | - |
| XYZ | 28.86 | 15.5 | 31.61 | - |
| YUV | 100.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 153 | 0 | 0.78 | 0.21 | 0.24 | 316.29 | 0.64 | 0.46 |
| Hex | C2 | 2B | 99 | 0 | 4E | 15 | 18 | 13C | 40 | 2E |
| Octal | 302 | 53 | 231 | 0 | 116 | 25 | 30 | 474 | 100 | 56 |
| Binary | 11000010 | 101011 | 10011001 | 0 | 1001110 | 10101 | 11000 | 100111100 | 1000000 | 101110 |
Color Harmonies of #C22B99
Complementary color
Monochromatic Colors of #C22B99
Black with #C22B99
Text Example
Text Example
White with #C22B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B99; }
p { color: rgb(194,43,153); }
H1.HeaderClassName
{
color: #C22B99;
}
.AnyTagClassName
{
color: #C22B99;
}
</style>
background-color css
<style>
a { background-color: #C22B99; }
a { background-color: rgb(194,43,153); }
div.DivClassName
{
background-color: #C22B99;
}
.BgClassName
{
background-color: #C22B99;
}
</style>
border-color css
<style>
span { border-color: #C22B99; }
span { border-color: rgb(194,43,153); }
td.TdClassName
{
border-color: #C22B99;
}
.TagClassName
{
border-color: #C22B99;
}
</style>