Shades of Medium Red Violet #C22AAC
Tints of Medium Red Violet #C22AAC
RGB
CMYK
RGB Variations
Color information
#C22AAC (or 0xC22AAC) is known color: Medium Red Violet. HEX triplet: C2, 2A and AC. RGB value is (194,42,172). Sum of RGB (Red+Green+Blue) = 194+42+172=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AAC is #3DD553. Grayscale: #656565. Windows color (decimal): -4052308 or 11283138. OLE color: 11283138.
HSL color Cylindrical-coordinate representation of color #C22AAC: hue angle of 308.68º 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 #C22AAC is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 172 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.24 |
| HSL | 308.68º | 0.64% | 0.46% | - |
| HSV(B) | 308.68º | 0.78% | 0.76% | - |
| XYZ | 30.52 | 16.1 | 40.53 | - |
| YUV | 102.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 172 | 0 | 0.78 | 0.11 | 0.24 | 308.68 | 0.64 | 0.46 |
| Hex | C2 | 2A | AC | 0 | 4E | B | 18 | 135 | 40 | 2E |
| Octal | 302 | 52 | 254 | 0 | 116 | 13 | 30 | 465 | 100 | 56 |
| Binary | 11000010 | 101010 | 10101100 | 0 | 1001110 | 1011 | 11000 | 100110101 | 1000000 | 101110 |
Color Harmonies of #C22AAC
Complementary color
Monochromatic Colors of #C22AAC
Black with #C22AAC
Text Example
Text Example
White with #C22AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AAC; }
p { color: rgb(194,42,172); }
H1.HeaderClassName
{
color: #C22AAC;
}
.AnyTagClassName
{
color: #C22AAC;
}
</style>
background-color css
<style>
a { background-color: #C22AAC; }
a { background-color: rgb(194,42,172); }
div.DivClassName
{
background-color: #C22AAC;
}
.BgClassName
{
background-color: #C22AAC;
}
</style>
border-color css
<style>
span { border-color: #C22AAC; }
span { border-color: rgb(194,42,172); }
td.TdClassName
{
border-color: #C22AAC;
}
.TagClassName
{
border-color: #C22AAC;
}
</style>