Shades of Medium Violet Red #C420AC
Tints of Medium Violet Red #C420AC
RGB
CMYK
RGB Variations
Color information
#C420AC (or 0xC420AC) is known color: Medium Violet Red. HEX triplet: C4, 20 and AC. RGB value is (196,32,172). Sum of RGB (Red+Green+Blue) = 196+32+172=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C420AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420AC is #3BDF53. Grayscale: #606060. Windows color (decimal): -3923796 or 11280580. OLE color: 11280580.
HSL color Cylindrical-coordinate representation of color #C420AC: hue angle of 308.78º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420AC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 172 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.23 |
| HSL | 308.78º | 0.72% | 0.45% | - |
| HSV(B) | 308.78º | 0.84% | 0.77% | - |
| XYZ | 30.73 | 15.75 | 40.45 | - |
| YUV | 97 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 172 | 0 | 0.84 | 0.12 | 0.23 | 308.78 | 0.72 | 0.45 |
| Hex | C4 | 20 | AC | 0 | 54 | C | 17 | 135 | 48 | 2D |
| Octal | 304 | 40 | 254 | 0 | 124 | 14 | 27 | 465 | 110 | 55 |
| Binary | 11000100 | 100000 | 10101100 | 0 | 1010100 | 1100 | 10111 | 100110101 | 1001000 | 101101 |
Color Harmonies of #C420AC
Complementary color
Monochromatic Colors of #C420AC
Black with #C420AC
Text Example
Text Example
White with #C420AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420AC; }
p { color: rgb(196,32,172); }
H1.HeaderClassName
{
color: #C420AC;
}
.AnyTagClassName
{
color: #C420AC;
}
</style>
background-color css
<style>
a { background-color: #C420AC; }
a { background-color: rgb(196,32,172); }
div.DivClassName
{
background-color: #C420AC;
}
.BgClassName
{
background-color: #C420AC;
}
</style>
border-color css
<style>
span { border-color: #C420AC; }
span { border-color: rgb(196,32,172); }
td.TdClassName
{
border-color: #C420AC;
}
.TagClassName
{
border-color: #C420AC;
}
</style>