Shades of Medium Violet Red #C409A2
Tints of Medium Violet Red #C409A2
RGB
CMYK
RGB Variations
Color information
#C409A2 (or 0xC409A2) is known color: Medium Violet Red. HEX triplet: C4, 09 and A2. RGB value is (196,9,162). Sum of RGB (Red+Green+Blue) = 196+9+162=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C409A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409A2 is #3BF65D. Grayscale: #515151. Windows color (decimal): -3929694 or 10619332. OLE color: 10619332.
HSL color Cylindrical-coordinate representation of color #C409A2: hue angle of 310.91º 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 #C409A2 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 162 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.23 |
| HSL | 310.91º | 0.91% | 0.4% | - |
| HSV(B) | 310.91º | 0.95% | 0.77% | - |
| XYZ | 29.38 | 14.54 | 35.44 | - |
| YUV | 82.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 162 | 0 | 0.95 | 0.17 | 0.23 | 310.91 | 0.91 | 0.4 |
| Hex | C4 | 9 | A2 | 0 | 5F | 11 | 17 | 137 | 5B | 28 |
| Octal | 304 | 11 | 242 | 0 | 137 | 21 | 27 | 467 | 133 | 50 |
| Binary | 11000100 | 1001 | 10100010 | 0 | 1011111 | 10001 | 10111 | 100110111 | 1011011 | 101000 |
Color Harmonies of #C409A2
Complementary color
Monochromatic Colors of #C409A2
Black with #C409A2
Text Example
Text Example
White with #C409A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409A2; }
p { color: rgb(196,9,162); }
H1.HeaderClassName
{
color: #C409A2;
}
.AnyTagClassName
{
color: #C409A2;
}
</style>
background-color css
<style>
a { background-color: #C409A2; }
a { background-color: rgb(196,9,162); }
div.DivClassName
{
background-color: #C409A2;
}
.BgClassName
{
background-color: #C409A2;
}
</style>
border-color css
<style>
span { border-color: #C409A2; }
span { border-color: rgb(196,9,162); }
td.TdClassName
{
border-color: #C409A2;
}
.TagClassName
{
border-color: #C409A2;
}
</style>