Shades of Medium Violet Red #C424AC
Tints of Medium Violet Red #C424AC
RGB
CMYK
RGB Variations
Color information
#C424AC (or 0xC424AC) is known color: Medium Violet Red. HEX triplet: C4, 24 and AC. RGB value is (196,36,172). Sum of RGB (Red+Green+Blue) = 196+36+172=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C424AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424AC is #3BDB53. Grayscale: #626262. Windows color (decimal): -3922772 or 11281604. OLE color: 11281604.
HSL color Cylindrical-coordinate representation of color #C424AC: hue angle of 309º 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 #C424AC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 172 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.23 |
| HSL | 309º | 0.69% | 0.45% | - |
| HSV(B) | 309º | 0.82% | 0.77% | - |
| XYZ | 30.84 | 15.98 | 40.49 | - |
| YUV | 99.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 172 | 0 | 0.82 | 0.12 | 0.23 | 309 | 0.69 | 0.45 |
| Hex | C4 | 24 | AC | 0 | 52 | C | 17 | 135 | 45 | 2D |
| Octal | 304 | 44 | 254 | 0 | 122 | 14 | 27 | 465 | 105 | 55 |
| Binary | 11000100 | 100100 | 10101100 | 0 | 1010010 | 1100 | 10111 | 100110101 | 1000101 | 101101 |
Color Harmonies of #C424AC
Complementary color
Monochromatic Colors of #C424AC
Black with #C424AC
Text Example
Text Example
White with #C424AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424AC; }
p { color: rgb(196,36,172); }
H1.HeaderClassName
{
color: #C424AC;
}
.AnyTagClassName
{
color: #C424AC;
}
</style>
background-color css
<style>
a { background-color: #C424AC; }
a { background-color: rgb(196,36,172); }
div.DivClassName
{
background-color: #C424AC;
}
.BgClassName
{
background-color: #C424AC;
}
</style>
border-color css
<style>
span { border-color: #C424AC; }
span { border-color: rgb(196,36,172); }
td.TdClassName
{
border-color: #C424AC;
}
.TagClassName
{
border-color: #C424AC;
}
</style>