Shades of Medium Violet Red #C424A7
Tints of Medium Violet Red #C424A7
RGB
CMYK
RGB Variations
Color information
#C424A7 (or 0xC424A7) is known color: Medium Violet Red. HEX triplet: C4, 24 and A7. RGB value is (196,36,167). Sum of RGB (Red+Green+Blue) = 196+36+167=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C424A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424A7 is #3BDB58. Grayscale: #626262. Windows color (decimal): -3922777 or 10953924. OLE color: 10953924.
HSL color Cylindrical-coordinate representation of color #C424A7: hue angle of 310.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424A7 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 167 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.23 |
| HSL | 310.88º | 0.69% | 0.45% | - |
| HSV(B) | 310.88º | 0.82% | 0.77% | - |
| XYZ | 30.37 | 15.79 | 38.01 | - |
| YUV | 98.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 167 | 0 | 0.82 | 0.15 | 0.23 | 310.88 | 0.69 | 0.45 |
| Hex | C4 | 24 | A7 | 0 | 52 | F | 17 | 137 | 45 | 2D |
| Octal | 304 | 44 | 247 | 0 | 122 | 17 | 27 | 467 | 105 | 55 |
| Binary | 11000100 | 100100 | 10100111 | 0 | 1010010 | 1111 | 10111 | 100110111 | 1000101 | 101101 |
Color Harmonies of #C424A7
Complementary color
Monochromatic Colors of #C424A7
Black with #C424A7
Text Example
Text Example
White with #C424A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424A7; }
p { color: rgb(196,36,167); }
H1.HeaderClassName
{
color: #C424A7;
}
.AnyTagClassName
{
color: #C424A7;
}
</style>
background-color css
<style>
a { background-color: #C424A7; }
a { background-color: rgb(196,36,167); }
div.DivClassName
{
background-color: #C424A7;
}
.BgClassName
{
background-color: #C424A7;
}
</style>
border-color css
<style>
span { border-color: #C424A7; }
span { border-color: rgb(196,36,167); }
td.TdClassName
{
border-color: #C424A7;
}
.TagClassName
{
border-color: #C424A7;
}
</style>