Shades of Medium Red Violet #C22B81
Tints of Medium Red Violet #C22B81
RGB
CMYK
RGB Variations
Color information
#C22B81 (or 0xC22B81) is known color: Medium Red Violet. HEX triplet: C2, 2B and 81. RGB value is (194,43,129). Sum of RGB (Red+Green+Blue) = 194+43+129=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22B81 is #3DD47E. Grayscale: #616161. Windows color (decimal): -4052095 or 8465346. OLE color: 8465346.
HSL color Cylindrical-coordinate representation of color #C22B81: hue angle of 325.83º 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 #C22B81 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 129 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.24 |
| HSL | 325.83º | 0.64% | 0.46% | - |
| HSV(B) | 325.83º | 0.78% | 0.76% | - |
| XYZ | 27.07 | 14.78 | 22.2 | - |
| YUV | 97.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 129 | 0 | 0.78 | 0.34 | 0.24 | 325.83 | 0.64 | 0.46 |
| Hex | C2 | 2B | 81 | 0 | 4E | 22 | 18 | 146 | 40 | 2E |
| Octal | 302 | 53 | 201 | 0 | 116 | 42 | 30 | 506 | 100 | 56 |
| Binary | 11000010 | 101011 | 10000001 | 0 | 1001110 | 100010 | 11000 | 101000110 | 1000000 | 101110 |
Color Harmonies of #C22B81
Complementary color
Monochromatic Colors of #C22B81
Black with #C22B81
Text Example
Text Example
White with #C22B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B81; }
p { color: rgb(194,43,129); }
H1.HeaderClassName
{
color: #C22B81;
}
.AnyTagClassName
{
color: #C22B81;
}
</style>
background-color css
<style>
a { background-color: #C22B81; }
a { background-color: rgb(194,43,129); }
div.DivClassName
{
background-color: #C22B81;
}
.BgClassName
{
background-color: #C22B81;
}
</style>
border-color css
<style>
span { border-color: #C22B81; }
span { border-color: rgb(194,43,129); }
td.TdClassName
{
border-color: #C22B81;
}
.TagClassName
{
border-color: #C22B81;
}
</style>