Shades of Medium Red Violet #C428AC
Tints of Medium Red Violet #C428AC
RGB
CMYK
RGB Variations
Color information
#C428AC (or 0xC428AC) is known color: Medium Red Violet. HEX triplet: C4, 28 and AC. RGB value is (196,40,172). Sum of RGB (Red+Green+Blue) = 196+40+172=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C428AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428AC is #3BD753. Grayscale: #656565. Windows color (decimal): -3921748 or 11282628. OLE color: 11282628.
HSL color Cylindrical-coordinate representation of color #C428AC: hue angle of 309.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428AC is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 172 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.23 |
| HSL | 309.23º | 0.66% | 0.46% | - |
| HSV(B) | 309.23º | 0.8% | 0.77% | - |
| XYZ | 30.97 | 16.23 | 40.53 | - |
| YUV | 101.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 172 | 0 | 0.80 | 0.12 | 0.23 | 309.23 | 0.66 | 0.46 |
| Hex | C4 | 28 | AC | 0 | 50 | C | 17 | 135 | 42 | 2E |
| Octal | 304 | 50 | 254 | 0 | 120 | 14 | 27 | 465 | 102 | 56 |
| Binary | 11000100 | 101000 | 10101100 | 0 | 1010000 | 1100 | 10111 | 100110101 | 1000010 | 101110 |
Color Harmonies of #C428AC
Complementary color
Monochromatic Colors of #C428AC
Black with #C428AC
Text Example
Text Example
White with #C428AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428AC; }
p { color: rgb(196,40,172); }
H1.HeaderClassName
{
color: #C428AC;
}
.AnyTagClassName
{
color: #C428AC;
}
</style>
background-color css
<style>
a { background-color: #C428AC; }
a { background-color: rgb(196,40,172); }
div.DivClassName
{
background-color: #C428AC;
}
.BgClassName
{
background-color: #C428AC;
}
</style>
border-color css
<style>
span { border-color: #C428AC; }
span { border-color: rgb(196,40,172); }
td.TdClassName
{
border-color: #C428AC;
}
.TagClassName
{
border-color: #C428AC;
}
</style>