Shades of Medium Red Violet #C226AA
Tints of Medium Red Violet #C226AA
RGB
CMYK
RGB Variations
Color information
#C226AA (or 0xC226AA) is known color: Medium Red Violet. HEX triplet: C2, 26 and AA. RGB value is (194,38,170). Sum of RGB (Red+Green+Blue) = 194+38+170=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C226AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226AA is #3DD955. Grayscale: #636363. Windows color (decimal): -4053334 or 11151042. OLE color: 11151042.
HSL color Cylindrical-coordinate representation of color #C226AA: hue angle of 309.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226AA is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 170 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.24 |
| HSL | 309.23º | 0.67% | 0.45% | - |
| HSV(B) | 309.23º | 0.8% | 0.76% | - |
| XYZ | 30.2 | 15.76 | 39.48 | - |
| YUV | 99.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 170 | 0 | 0.80 | 0.12 | 0.24 | 309.23 | 0.67 | 0.45 |
| Hex | C2 | 26 | AA | 0 | 50 | C | 18 | 135 | 43 | 2D |
| Octal | 302 | 46 | 252 | 0 | 120 | 14 | 30 | 465 | 103 | 55 |
| Binary | 11000010 | 100110 | 10101010 | 0 | 1010000 | 1100 | 11000 | 100110101 | 1000011 | 101101 |
Color Harmonies of #C226AA
Complementary color
Monochromatic Colors of #C226AA
Black with #C226AA
Text Example
Text Example
White with #C226AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226AA; }
p { color: rgb(194,38,170); }
H1.HeaderClassName
{
color: #C226AA;
}
.AnyTagClassName
{
color: #C226AA;
}
</style>
background-color css
<style>
a { background-color: #C226AA; }
a { background-color: rgb(194,38,170); }
div.DivClassName
{
background-color: #C226AA;
}
.BgClassName
{
background-color: #C226AA;
}
</style>
border-color css
<style>
span { border-color: #C226AA; }
span { border-color: rgb(194,38,170); }
td.TdClassName
{
border-color: #C226AA;
}
.TagClassName
{
border-color: #C226AA;
}
</style>