Shades of Medium Violet Red #C426A9
Tints of Medium Violet Red #C426A9
RGB
CMYK
RGB Variations
Color information
#C426A9 (or 0xC426A9) is known color: Medium Violet Red. HEX triplet: C4, 26 and A9. RGB value is (196,38,169). Sum of RGB (Red+Green+Blue) = 196+38+169=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C426A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426A9 is #3BD956. Grayscale: #636363. Windows color (decimal): -3922263 or 11085508. OLE color: 11085508.
HSL color Cylindrical-coordinate representation of color #C426A9: hue angle of 310.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C426A9 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 169 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.23 |
| HSL | 310.25º | 0.68% | 0.46% | - |
| HSV(B) | 310.25º | 0.81% | 0.77% | - |
| XYZ | 30.62 | 15.99 | 39.01 | - |
| YUV | 100.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 169 | 0 | 0.81 | 0.14 | 0.23 | 310.25 | 0.68 | 0.46 |
| Hex | C4 | 26 | A9 | 0 | 51 | E | 17 | 136 | 44 | 2E |
| Octal | 304 | 46 | 251 | 0 | 121 | 16 | 27 | 466 | 104 | 56 |
| Binary | 11000100 | 100110 | 10101001 | 0 | 1010001 | 1110 | 10111 | 100110110 | 1000100 | 101110 |
Color Harmonies of #C426A9
Complementary color
Monochromatic Colors of #C426A9
Black with #C426A9
Text Example
Text Example
White with #C426A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426A9; }
p { color: rgb(196,38,169); }
H1.HeaderClassName
{
color: #C426A9;
}
.AnyTagClassName
{
color: #C426A9;
}
</style>
background-color css
<style>
a { background-color: #C426A9; }
a { background-color: rgb(196,38,169); }
div.DivClassName
{
background-color: #C426A9;
}
.BgClassName
{
background-color: #C426A9;
}
</style>
border-color css
<style>
span { border-color: #C426A9; }
span { border-color: rgb(196,38,169); }
td.TdClassName
{
border-color: #C426A9;
}
.TagClassName
{
border-color: #C426A9;
}
</style>