Shades of Medium Red Violet #C22AAD
Tints of Medium Red Violet #C22AAD
RGB
CMYK
RGB Variations
Color information
#C22AAD (or 0xC22AAD) is known color: Medium Red Violet. HEX triplet: C2, 2A and AD. RGB value is (194,42,173). Sum of RGB (Red+Green+Blue) = 194+42+173=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AAD is #3DD552. Grayscale: #666666. Windows color (decimal): -4052307 or 11348674. OLE color: 11348674.
HSL color Cylindrical-coordinate representation of color #C22AAD: hue angle of 308.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 #C22AAD is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 173 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.24 |
| HSL | 308.29º | 0.64% | 0.46% | - |
| HSV(B) | 308.29º | 0.78% | 0.76% | - |
| XYZ | 30.62 | 16.14 | 41.04 | - |
| YUV | 102.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 173 | 0 | 0.78 | 0.11 | 0.24 | 308.29 | 0.64 | 0.46 |
| Hex | C2 | 2A | AD | 0 | 4E | B | 18 | 134 | 40 | 2E |
| Octal | 302 | 52 | 255 | 0 | 116 | 13 | 30 | 464 | 100 | 56 |
| Binary | 11000010 | 101010 | 10101101 | 0 | 1001110 | 1011 | 11000 | 100110100 | 1000000 | 101110 |
Color Harmonies of #C22AAD
Complementary color
Monochromatic Colors of #C22AAD
Black with #C22AAD
Text Example
Text Example
White with #C22AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AAD; }
p { color: rgb(194,42,173); }
H1.HeaderClassName
{
color: #C22AAD;
}
.AnyTagClassName
{
color: #C22AAD;
}
</style>
background-color css
<style>
a { background-color: #C22AAD; }
a { background-color: rgb(194,42,173); }
div.DivClassName
{
background-color: #C22AAD;
}
.BgClassName
{
background-color: #C22AAD;
}
</style>
border-color css
<style>
span { border-color: #C22AAD; }
span { border-color: rgb(194,42,173); }
td.TdClassName
{
border-color: #C22AAD;
}
.TagClassName
{
border-color: #C22AAD;
}
</style>