Shades of Medium Violet Red #C409A0
Tints of Medium Violet Red #C409A0
RGB
CMYK
RGB Variations
Color information
#C409A0 (or 0xC409A0) is known color: Medium Violet Red. HEX triplet: C4, 09 and A0. RGB value is (196,9,160). Sum of RGB (Red+Green+Blue) = 196+9+160=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C409A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409A0 is #3BF65F. Grayscale: #515151. Windows color (decimal): -3929696 or 10488260. OLE color: 10488260.
HSL color Cylindrical-coordinate representation of color #C409A0: hue angle of 311.55º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C409A0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.23 |
| HSL | 311.55º | 0.91% | 0.4% | - |
| HSV(B) | 311.55º | 0.95% | 0.77% | - |
| XYZ | 29.21 | 14.47 | 34.51 | - |
| YUV | 82.13 | 171.95 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 160 | 0 | 0.95 | 0.18 | 0.23 | 311.55 | 0.91 | 0.4 |
| Hex | C4 | 9 | A0 | 0 | 5F | 12 | 17 | 138 | 5B | 28 |
| Octal | 304 | 11 | 240 | 0 | 137 | 22 | 27 | 470 | 133 | 50 |
| Binary | 11000100 | 1001 | 10100000 | 0 | 1011111 | 10010 | 10111 | 100111000 | 1011011 | 101000 |
Color Harmonies of #C409A0
Complementary color
Monochromatic Colors of #C409A0
Black with #C409A0
Text Example
Text Example
White with #C409A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409A0; }
p { color: rgb(196,9,160); }
H1.HeaderClassName
{
color: #C409A0;
}
.AnyTagClassName
{
color: #C409A0;
}
</style>
background-color css
<style>
a { background-color: #C409A0; }
a { background-color: rgb(196,9,160); }
div.DivClassName
{
background-color: #C409A0;
}
.BgClassName
{
background-color: #C409A0;
}
</style>
border-color css
<style>
span { border-color: #C409A0; }
span { border-color: rgb(196,9,160); }
td.TdClassName
{
border-color: #C409A0;
}
.TagClassName
{
border-color: #C409A0;
}
</style>