Shades of Medium Red Violet #C428A1
Tints of Medium Red Violet #C428A1
RGB
CMYK
RGB Variations
Color information
#C428A1 (or 0xC428A1) is known color: Medium Red Violet. HEX triplet: C4, 28 and A1. RGB value is (196,40,161). Sum of RGB (Red+Green+Blue) = 196+40+161=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C428A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428A1 is #3BD75E. Grayscale: #646464. Windows color (decimal): -3921759 or 10561732. OLE color: 10561732.
HSL color Cylindrical-coordinate representation of color #C428A1: hue angle of 313.46º 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 #C428A1 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 161 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.23 |
| HSL | 313.46º | 0.66% | 0.46% | - |
| HSV(B) | 313.46º | 0.8% | 0.77% | - |
| XYZ | 29.96 | 15.83 | 35.19 | - |
| YUV | 100.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 161 | 0 | 0.80 | 0.18 | 0.23 | 313.46 | 0.66 | 0.46 |
| Hex | C4 | 28 | A1 | 0 | 50 | 12 | 17 | 139 | 42 | 2E |
| Octal | 304 | 50 | 241 | 0 | 120 | 22 | 27 | 471 | 102 | 56 |
| Binary | 11000100 | 101000 | 10100001 | 0 | 1010000 | 10010 | 10111 | 100111001 | 1000010 | 101110 |
Color Harmonies of #C428A1
Complementary color
Monochromatic Colors of #C428A1
Black with #C428A1
Text Example
Text Example
White with #C428A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428A1; }
p { color: rgb(196,40,161); }
H1.HeaderClassName
{
color: #C428A1;
}
.AnyTagClassName
{
color: #C428A1;
}
</style>
background-color css
<style>
a { background-color: #C428A1; }
a { background-color: rgb(196,40,161); }
div.DivClassName
{
background-color: #C428A1;
}
.BgClassName
{
background-color: #C428A1;
}
</style>
border-color css
<style>
span { border-color: #C428A1; }
span { border-color: rgb(196,40,161); }
td.TdClassName
{
border-color: #C428A1;
}
.TagClassName
{
border-color: #C428A1;
}
</style>