Shades of Medium Violet Red #C424A3
Tints of Medium Violet Red #C424A3
RGB
CMYK
RGB Variations
Color information
#C424A3 (or 0xC424A3) is known color: Medium Violet Red. HEX triplet: C4, 24 and A3. RGB value is (196,36,163). Sum of RGB (Red+Green+Blue) = 196+36+163=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C424A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424A3 is #3BDB5C. Grayscale: #616161. Windows color (decimal): -3922781 or 10691780. OLE color: 10691780.
HSL color Cylindrical-coordinate representation of color #C424A3: hue angle of 312.38º 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 #C424A3 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 163 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.23 |
| HSL | 312.38º | 0.69% | 0.45% | - |
| HSV(B) | 312.38º | 0.82% | 0.77% | - |
| XYZ | 30.01 | 15.64 | 36.09 | - |
| YUV | 98.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 163 | 0 | 0.82 | 0.17 | 0.23 | 312.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | A3 | 0 | 52 | 11 | 17 | 138 | 45 | 2D |
| Octal | 304 | 44 | 243 | 0 | 122 | 21 | 27 | 470 | 105 | 55 |
| Binary | 11000100 | 100100 | 10100011 | 0 | 1010010 | 10001 | 10111 | 100111000 | 1000101 | 101101 |
Color Harmonies of #C424A3
Complementary color
Monochromatic Colors of #C424A3
Black with #C424A3
Text Example
Text Example
White with #C424A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424A3; }
p { color: rgb(196,36,163); }
H1.HeaderClassName
{
color: #C424A3;
}
.AnyTagClassName
{
color: #C424A3;
}
</style>
background-color css
<style>
a { background-color: #C424A3; }
a { background-color: rgb(196,36,163); }
div.DivClassName
{
background-color: #C424A3;
}
.BgClassName
{
background-color: #C424A3;
}
</style>
border-color css
<style>
span { border-color: #C424A3; }
span { border-color: rgb(196,36,163); }
td.TdClassName
{
border-color: #C424A3;
}
.TagClassName
{
border-color: #C424A3;
}
</style>