Shades of Medium Violet Red #C420A7
Tints of Medium Violet Red #C420A7
RGB
CMYK
RGB Variations
Color information
#C420A7 (or 0xC420A7) is known color: Medium Violet Red. HEX triplet: C4, 20 and A7. RGB value is (196,32,167). Sum of RGB (Red+Green+Blue) = 196+32+167=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C420A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420A7 is #3BDF58. Grayscale: #606060. Windows color (decimal): -3923801 or 10952900. OLE color: 10952900.
HSL color Cylindrical-coordinate representation of color #C420A7: hue angle of 310.61º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420A7 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 167 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.23 |
| HSL | 310.61º | 0.72% | 0.45% | - |
| HSV(B) | 310.61º | 0.84% | 0.77% | - |
| XYZ | 30.26 | 15.56 | 37.97 | - |
| YUV | 96.43 | 167.83 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 167 | 0 | 0.84 | 0.15 | 0.23 | 310.61 | 0.72 | 0.45 |
| Hex | C4 | 20 | A7 | 0 | 54 | F | 17 | 137 | 48 | 2D |
| Octal | 304 | 40 | 247 | 0 | 124 | 17 | 27 | 467 | 110 | 55 |
| Binary | 11000100 | 100000 | 10100111 | 0 | 1010100 | 1111 | 10111 | 100110111 | 1001000 | 101101 |
Color Harmonies of #C420A7
Complementary color
Monochromatic Colors of #C420A7
Black with #C420A7
Text Example
Text Example
White with #C420A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420A7; }
p { color: rgb(196,32,167); }
H1.HeaderClassName
{
color: #C420A7;
}
.AnyTagClassName
{
color: #C420A7;
}
</style>
background-color css
<style>
a { background-color: #C420A7; }
a { background-color: rgb(196,32,167); }
div.DivClassName
{
background-color: #C420A7;
}
.BgClassName
{
background-color: #C420A7;
}
</style>
border-color css
<style>
span { border-color: #C420A7; }
span { border-color: rgb(196,32,167); }
td.TdClassName
{
border-color: #C420A7;
}
.TagClassName
{
border-color: #C420A7;
}
</style>