Shades of Medium Red Violet #C22BA4
Tints of Medium Red Violet #C22BA4
RGB
CMYK
RGB Variations
Color information
#C22BA4 (or 0xC22BA4) is known color: Medium Red Violet. HEX triplet: C2, 2B and A4. RGB value is (194,43,164). Sum of RGB (Red+Green+Blue) = 194+43+164=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22BA4 is #3DD45B. Grayscale: #656565. Windows color (decimal): -4052060 or 10759106. OLE color: 10759106.
HSL color Cylindrical-coordinate representation of color #C22BA4: hue angle of 311.92º 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 #C22BA4 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 164 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.24 |
| HSL | 311.92º | 0.64% | 0.46% | - |
| HSV(B) | 311.92º | 0.78% | 0.76% | - |
| XYZ | 29.81 | 15.88 | 36.62 | - |
| YUV | 101.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 164 | 0 | 0.78 | 0.15 | 0.24 | 311.92 | 0.64 | 0.46 |
| Hex | C2 | 2B | A4 | 0 | 4E | F | 18 | 138 | 40 | 2E |
| Octal | 302 | 53 | 244 | 0 | 116 | 17 | 30 | 470 | 100 | 56 |
| Binary | 11000010 | 101011 | 10100100 | 0 | 1001110 | 1111 | 11000 | 100111000 | 1000000 | 101110 |
Color Harmonies of #C22BA4
Complementary color
Monochromatic Colors of #C22BA4
Black with #C22BA4
Text Example
Text Example
White with #C22BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BA4; }
p { color: rgb(194,43,164); }
H1.HeaderClassName
{
color: #C22BA4;
}
.AnyTagClassName
{
color: #C22BA4;
}
</style>
background-color css
<style>
a { background-color: #C22BA4; }
a { background-color: rgb(194,43,164); }
div.DivClassName
{
background-color: #C22BA4;
}
.BgClassName
{
background-color: #C22BA4;
}
</style>
border-color css
<style>
span { border-color: #C22BA4; }
span { border-color: rgb(194,43,164); }
td.TdClassName
{
border-color: #C22BA4;
}
.TagClassName
{
border-color: #C22BA4;
}
</style>