Shades of Medium Violet Red #C407A0
Tints of Medium Violet Red #C407A0
RGB
CMYK
RGB Variations
Color information
#C407A0 (or 0xC407A0) is known color: Medium Violet Red. HEX triplet: C4, 07 and A0. RGB value is (196,7,160). Sum of RGB (Red+Green+Blue) = 196+7+160=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C407A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407A0 is #3BF85F. Grayscale: #505050. Windows color (decimal): -3930208 or 10487748. OLE color: 10487748.
HSL color Cylindrical-coordinate representation of color #C407A0: hue angle of 311.43º 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 #C407A0 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 160 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.23 |
| HSL | 311.43º | 0.93% | 0.4% | - |
| HSV(B) | 311.43º | 0.96% | 0.77% | - |
| XYZ | 29.19 | 14.43 | 34.5 | - |
| YUV | 80.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 160 | 0 | 0.96 | 0.18 | 0.23 | 311.43 | 0.93 | 0.4 |
| Hex | C4 | 7 | A0 | 0 | 60 | 12 | 17 | 137 | 5D | 28 |
| Octal | 304 | 7 | 240 | 0 | 140 | 22 | 27 | 467 | 135 | 50 |
| Binary | 11000100 | 111 | 10100000 | 0 | 1100000 | 10010 | 10111 | 100110111 | 1011101 | 101000 |
Color Harmonies of #C407A0
Complementary color
Monochromatic Colors of #C407A0
Black with #C407A0
Text Example
Text Example
White with #C407A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407A0; }
p { color: rgb(196,7,160); }
H1.HeaderClassName
{
color: #C407A0;
}
.AnyTagClassName
{
color: #C407A0;
}
</style>
background-color css
<style>
a { background-color: #C407A0; }
a { background-color: rgb(196,7,160); }
div.DivClassName
{
background-color: #C407A0;
}
.BgClassName
{
background-color: #C407A0;
}
</style>
border-color css
<style>
span { border-color: #C407A0; }
span { border-color: rgb(196,7,160); }
td.TdClassName
{
border-color: #C407A0;
}
.TagClassName
{
border-color: #C407A0;
}
</style>