Shades of Medium Violet Red #C409A1
Tints of Medium Violet Red #C409A1
RGB
CMYK
RGB Variations
Color information
#C409A1 (or 0xC409A1) is known color: Medium Violet Red. HEX triplet: C4, 09 and A1. RGB value is (196,9,161). Sum of RGB (Red+Green+Blue) = 196+9+161=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C409A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409A1 is #3BF65E. Grayscale: #515151. Windows color (decimal): -3929695 or 10553796. OLE color: 10553796.
HSL color Cylindrical-coordinate representation of color #C409A1: hue angle of 311.23º 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 #C409A1 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 161 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.23 |
| HSL | 311.23º | 0.91% | 0.4% | - |
| HSV(B) | 311.23º | 0.95% | 0.77% | - |
| XYZ | 29.3 | 14.5 | 34.97 | - |
| YUV | 82.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 161 | 0 | 0.95 | 0.18 | 0.23 | 311.23 | 0.91 | 0.4 |
| Hex | C4 | 9 | A1 | 0 | 5F | 12 | 17 | 137 | 5B | 28 |
| Octal | 304 | 11 | 241 | 0 | 137 | 22 | 27 | 467 | 133 | 50 |
| Binary | 11000100 | 1001 | 10100001 | 0 | 1011111 | 10010 | 10111 | 100110111 | 1011011 | 101000 |
Color Harmonies of #C409A1
Complementary color
Monochromatic Colors of #C409A1
Black with #C409A1
Text Example
Text Example
White with #C409A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409A1; }
p { color: rgb(196,9,161); }
H1.HeaderClassName
{
color: #C409A1;
}
.AnyTagClassName
{
color: #C409A1;
}
</style>
background-color css
<style>
a { background-color: #C409A1; }
a { background-color: rgb(196,9,161); }
div.DivClassName
{
background-color: #C409A1;
}
.BgClassName
{
background-color: #C409A1;
}
</style>
border-color css
<style>
span { border-color: #C409A1; }
span { border-color: rgb(196,9,161); }
td.TdClassName
{
border-color: #C409A1;
}
.TagClassName
{
border-color: #C409A1;
}
</style>