Shades of Medium Red Violet #C22BAB
Tints of Medium Red Violet #C22BAB
RGB
CMYK
RGB Variations
Color information
#C22BAB (or 0xC22BAB) is known color: Medium Red Violet. HEX triplet: C2, 2B and AB. RGB value is (194,43,171). Sum of RGB (Red+Green+Blue) = 194+43+171=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22BAB is #3DD454. Grayscale: #666666. Windows color (decimal): -4052053 or 11217858. OLE color: 11217858.
HSL color Cylindrical-coordinate representation of color #C22BAB: hue angle of 309.14º 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 #C22BAB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 171 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.24 |
| HSL | 309.14º | 0.64% | 0.46% | - |
| HSV(B) | 309.14º | 0.78% | 0.76% | - |
| XYZ | 30.46 | 16.14 | 40.04 | - |
| YUV | 102.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 171 | 0 | 0.78 | 0.12 | 0.24 | 309.14 | 0.64 | 0.46 |
| Hex | C2 | 2B | AB | 0 | 4E | C | 18 | 135 | 40 | 2E |
| Octal | 302 | 53 | 253 | 0 | 116 | 14 | 30 | 465 | 100 | 56 |
| Binary | 11000010 | 101011 | 10101011 | 0 | 1001110 | 1100 | 11000 | 100110101 | 1000000 | 101110 |
Color Harmonies of #C22BAB
Complementary color
Monochromatic Colors of #C22BAB
Black with #C22BAB
Text Example
Text Example
White with #C22BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BAB; }
p { color: rgb(194,43,171); }
H1.HeaderClassName
{
color: #C22BAB;
}
.AnyTagClassName
{
color: #C22BAB;
}
</style>
background-color css
<style>
a { background-color: #C22BAB; }
a { background-color: rgb(194,43,171); }
div.DivClassName
{
background-color: #C22BAB;
}
.BgClassName
{
background-color: #C22BAB;
}
</style>
border-color css
<style>
span { border-color: #C22BAB; }
span { border-color: rgb(194,43,171); }
td.TdClassName
{
border-color: #C22BAB;
}
.TagClassName
{
border-color: #C22BAB;
}
</style>