Shades of Medium Red Violet #C226A9
Tints of Medium Red Violet #C226A9
RGB
CMYK
RGB Variations
Color information
#C226A9 (or 0xC226A9) is known color: Medium Red Violet. HEX triplet: C2, 26 and A9. RGB value is (194,38,169). Sum of RGB (Red+Green+Blue) = 194+38+169=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C226A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226A9 is #3DD956. Grayscale: #636363. Windows color (decimal): -4053335 or 11085506. OLE color: 11085506.
HSL color Cylindrical-coordinate representation of color #C226A9: hue angle of 309.62º 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 #C226A9 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 169 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.24 |
| HSL | 309.62º | 0.67% | 0.45% | - |
| HSV(B) | 309.62º | 0.8% | 0.76% | - |
| XYZ | 30.1 | 15.72 | 38.98 | - |
| YUV | 99.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 169 | 0 | 0.80 | 0.13 | 0.24 | 309.62 | 0.67 | 0.45 |
| Hex | C2 | 26 | A9 | 0 | 50 | D | 18 | 136 | 43 | 2D |
| Octal | 302 | 46 | 251 | 0 | 120 | 15 | 30 | 466 | 103 | 55 |
| Binary | 11000010 | 100110 | 10101001 | 0 | 1010000 | 1101 | 11000 | 100110110 | 1000011 | 101101 |
Color Harmonies of #C226A9
Complementary color
Monochromatic Colors of #C226A9
Black with #C226A9
Text Example
Text Example
White with #C226A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226A9; }
p { color: rgb(194,38,169); }
H1.HeaderClassName
{
color: #C226A9;
}
.AnyTagClassName
{
color: #C226A9;
}
</style>
background-color css
<style>
a { background-color: #C226A9; }
a { background-color: rgb(194,38,169); }
div.DivClassName
{
background-color: #C226A9;
}
.BgClassName
{
background-color: #C226A9;
}
</style>
border-color css
<style>
span { border-color: #C226A9; }
span { border-color: rgb(194,38,169); }
td.TdClassName
{
border-color: #C226A9;
}
.TagClassName
{
border-color: #C226A9;
}
</style>