Shades of Medium Violet Red #C407A1
Tints of Medium Violet Red #C407A1
RGB
CMYK
RGB Variations
Color information
#C407A1 (or 0xC407A1) is known color: Medium Violet Red. HEX triplet: C4, 07 and A1. RGB value is (196,7,161). Sum of RGB (Red+Green+Blue) = 196+7+161=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C407A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407A1 is #3BF85E. Grayscale: #505050. Windows color (decimal): -3930207 or 10553284. OLE color: 10553284.
HSL color Cylindrical-coordinate representation of color #C407A1: hue angle of 311.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C407A1 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.23 |
| HSL | 311.11º | 0.93% | 0.4% | - |
| HSV(B) | 311.11º | 0.96% | 0.77% | - |
| XYZ | 29.27 | 14.46 | 34.97 | - |
| YUV | 81.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 161 | 0 | 0.96 | 0.18 | 0.23 | 311.11 | 0.93 | 0.4 |
| Hex | C4 | 7 | A1 | 0 | 60 | 12 | 17 | 137 | 5D | 28 |
| Octal | 304 | 7 | 241 | 0 | 140 | 22 | 27 | 467 | 135 | 50 |
| Binary | 11000100 | 111 | 10100001 | 0 | 1100000 | 10010 | 10111 | 100110111 | 1011101 | 101000 |
Color Harmonies of #C407A1
Complementary color
Monochromatic Colors of #C407A1
Black with #C407A1
Text Example
Text Example
White with #C407A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407A1; }
p { color: rgb(196,7,161); }
H1.HeaderClassName
{
color: #C407A1;
}
.AnyTagClassName
{
color: #C407A1;
}
</style>
background-color css
<style>
a { background-color: #C407A1; }
a { background-color: rgb(196,7,161); }
div.DivClassName
{
background-color: #C407A1;
}
.BgClassName
{
background-color: #C407A1;
}
</style>
border-color css
<style>
span { border-color: #C407A1; }
span { border-color: rgb(196,7,161); }
td.TdClassName
{
border-color: #C407A1;
}
.TagClassName
{
border-color: #C407A1;
}
</style>