Shades of Medium Violet Red #C406A1
Tints of Medium Violet Red #C406A1
RGB
CMYK
RGB Variations
Color information
#C406A1 (or 0xC406A1) is known color: Medium Violet Red. HEX triplet: C4, 06 and A1. RGB value is (196,6,161). Sum of RGB (Red+Green+Blue) = 196+6+161=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C406A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406A1 is #3BF95E. Grayscale: #505050. Windows color (decimal): -3930463 or 10553028. OLE color: 10553028.
HSL color Cylindrical-coordinate representation of color #C406A1: hue angle of 311.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406A1 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 161 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.23 |
| HSL | 311.05º | 0.94% | 0.4% | - |
| HSV(B) | 311.05º | 0.97% | 0.77% | - |
| XYZ | 29.26 | 14.44 | 34.96 | - |
| YUV | 80.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 161 | 0 | 0.97 | 0.18 | 0.23 | 311.05 | 0.94 | 0.4 |
| Hex | C4 | 6 | A1 | 0 | 61 | 12 | 17 | 137 | 5E | 28 |
| Octal | 304 | 6 | 241 | 0 | 141 | 22 | 27 | 467 | 136 | 50 |
| Binary | 11000100 | 110 | 10100001 | 0 | 1100001 | 10010 | 10111 | 100110111 | 1011110 | 101000 |
Color Harmonies of #C406A1
Complementary color
Monochromatic Colors of #C406A1
Black with #C406A1
Text Example
Text Example
White with #C406A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406A1; }
p { color: rgb(196,6,161); }
H1.HeaderClassName
{
color: #C406A1;
}
.AnyTagClassName
{
color: #C406A1;
}
</style>
background-color css
<style>
a { background-color: #C406A1; }
a { background-color: rgb(196,6,161); }
div.DivClassName
{
background-color: #C406A1;
}
.BgClassName
{
background-color: #C406A1;
}
</style>
border-color css
<style>
span { border-color: #C406A1; }
span { border-color: rgb(196,6,161); }
td.TdClassName
{
border-color: #C406A1;
}
.TagClassName
{
border-color: #C406A1;
}
</style>