Shades of Medium Violet Red #C424A8
Tints of Medium Violet Red #C424A8
RGB
CMYK
RGB Variations
Color information
#C424A8 (or 0xC424A8) is known color: Medium Violet Red. HEX triplet: C4, 24 and A8. RGB value is (196,36,168). Sum of RGB (Red+Green+Blue) = 196+36+168=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C424A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424A8 is #3BDB57. Grayscale: #626262. Windows color (decimal): -3922776 or 11019460. OLE color: 11019460.
HSL color Cylindrical-coordinate representation of color #C424A8: hue angle of 310.5º 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 #C424A8 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 168 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.23 |
| HSL | 310.5º | 0.69% | 0.45% | - |
| HSV(B) | 310.5º | 0.82% | 0.77% | - |
| XYZ | 30.46 | 15.82 | 38.49 | - |
| YUV | 98.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 168 | 0 | 0.82 | 0.14 | 0.23 | 310.5 | 0.69 | 0.45 |
| Hex | C4 | 24 | A8 | 0 | 52 | E | 17 | 136 | 45 | 2D |
| Octal | 304 | 44 | 250 | 0 | 122 | 16 | 27 | 466 | 105 | 55 |
| Binary | 11000100 | 100100 | 10101000 | 0 | 1010010 | 1110 | 10111 | 100110110 | 1000101 | 101101 |
Color Harmonies of #C424A8
Complementary color
Monochromatic Colors of #C424A8
Black with #C424A8
Text Example
Text Example
White with #C424A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424A8; }
p { color: rgb(196,36,168); }
H1.HeaderClassName
{
color: #C424A8;
}
.AnyTagClassName
{
color: #C424A8;
}
</style>
background-color css
<style>
a { background-color: #C424A8; }
a { background-color: rgb(196,36,168); }
div.DivClassName
{
background-color: #C424A8;
}
.BgClassName
{
background-color: #C424A8;
}
</style>
border-color css
<style>
span { border-color: #C424A8; }
span { border-color: rgb(196,36,168); }
td.TdClassName
{
border-color: #C424A8;
}
.TagClassName
{
border-color: #C424A8;
}
</style>