Shades of Medium Violet Red #C424A2
Tints of Medium Violet Red #C424A2
RGB
CMYK
RGB Variations
Color information
#C424A2 (or 0xC424A2) is known color: Medium Violet Red. HEX triplet: C4, 24 and A2. RGB value is (196,36,162). Sum of RGB (Red+Green+Blue) = 196+36+162=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C424A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424A2 is #3BDB5D. Grayscale: #616161. Windows color (decimal): -3922782 or 10626244. OLE color: 10626244.
HSL color Cylindrical-coordinate representation of color #C424A2: hue angle of 312.75º 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 #C424A2 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 162 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.23 |
| HSL | 312.75º | 0.69% | 0.45% | - |
| HSV(B) | 312.75º | 0.82% | 0.77% | - |
| XYZ | 29.92 | 15.61 | 35.62 | - |
| YUV | 98.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 162 | 0 | 0.82 | 0.17 | 0.23 | 312.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | A2 | 0 | 52 | 11 | 17 | 139 | 45 | 2D |
| Octal | 304 | 44 | 242 | 0 | 122 | 21 | 27 | 471 | 105 | 55 |
| Binary | 11000100 | 100100 | 10100010 | 0 | 1010010 | 10001 | 10111 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C424A2
Complementary color
Monochromatic Colors of #C424A2
Black with #C424A2
Text Example
Text Example
White with #C424A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424A2; }
p { color: rgb(196,36,162); }
H1.HeaderClassName
{
color: #C424A2;
}
.AnyTagClassName
{
color: #C424A2;
}
</style>
background-color css
<style>
a { background-color: #C424A2; }
a { background-color: rgb(196,36,162); }
div.DivClassName
{
background-color: #C424A2;
}
.BgClassName
{
background-color: #C424A2;
}
</style>
border-color css
<style>
span { border-color: #C424A2; }
span { border-color: rgb(196,36,162); }
td.TdClassName
{
border-color: #C424A2;
}
.TagClassName
{
border-color: #C424A2;
}
</style>