Shades of Medium Red Violet #C428A2
Tints of Medium Red Violet #C428A2
RGB
CMYK
RGB Variations
Color information
#C428A2 (or 0xC428A2) is known color: Medium Red Violet. HEX triplet: C4, 28 and A2. RGB value is (196,40,162). Sum of RGB (Red+Green+Blue) = 196+40+162=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C428A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428A2 is #3BD75D. Grayscale: #646464. Windows color (decimal): -3921758 or 10627268. OLE color: 10627268.
HSL color Cylindrical-coordinate representation of color #C428A2: hue angle of 313.08º 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 #C428A2 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 162 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.23 |
| HSL | 313.08º | 0.66% | 0.46% | - |
| HSV(B) | 313.08º | 0.8% | 0.77% | - |
| XYZ | 30.05 | 15.86 | 35.66 | - |
| YUV | 100.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 162 | 0 | 0.80 | 0.17 | 0.23 | 313.08 | 0.66 | 0.46 |
| Hex | C4 | 28 | A2 | 0 | 50 | 11 | 17 | 139 | 42 | 2E |
| Octal | 304 | 50 | 242 | 0 | 120 | 21 | 27 | 471 | 102 | 56 |
| Binary | 11000100 | 101000 | 10100010 | 0 | 1010000 | 10001 | 10111 | 100111001 | 1000010 | 101110 |
Color Harmonies of #C428A2
Complementary color
Monochromatic Colors of #C428A2
Black with #C428A2
Text Example
Text Example
White with #C428A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428A2; }
p { color: rgb(196,40,162); }
H1.HeaderClassName
{
color: #C428A2;
}
.AnyTagClassName
{
color: #C428A2;
}
</style>
background-color css
<style>
a { background-color: #C428A2; }
a { background-color: rgb(196,40,162); }
div.DivClassName
{
background-color: #C428A2;
}
.BgClassName
{
background-color: #C428A2;
}
</style>
border-color css
<style>
span { border-color: #C428A2; }
span { border-color: rgb(196,40,162); }
td.TdClassName
{
border-color: #C428A2;
}
.TagClassName
{
border-color: #C428A2;
}
</style>