Shades of Medium Red Violet #C42DA0
Tints of Medium Red Violet #C42DA0
RGB
CMYK
RGB Variations
Color information
#C42DA0 (or 0xC42DA0) is known color: Medium Red Violet. HEX triplet: C4, 2D and A0. RGB value is (196,45,160). Sum of RGB (Red+Green+Blue) = 196+45+160=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DA0 is #3BD25F. Grayscale: #666666. Windows color (decimal): -3920480 or 10497476. OLE color: 10497476.
HSL color Cylindrical-coordinate representation of color #C42DA0: hue angle of 314.3º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DA0 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 160 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.23 |
| HSL | 314.3º | 0.63% | 0.47% | - |
| HSV(B) | 314.3º | 0.77% | 0.77% | - |
| XYZ | 30.05 | 16.15 | 34.79 | - |
| YUV | 103.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 160 | 0 | 0.77 | 0.18 | 0.23 | 314.3 | 0.63 | 0.47 |
| Hex | C4 | 2D | A0 | 0 | 4D | 12 | 17 | 13A | 3F | 2F |
| Octal | 304 | 55 | 240 | 0 | 115 | 22 | 27 | 472 | 77 | 57 |
| Binary | 11000100 | 101101 | 10100000 | 0 | 1001101 | 10010 | 10111 | 100111010 | 111111 | 101111 |
Color Harmonies of #C42DA0
Complementary color
Monochromatic Colors of #C42DA0
Black with #C42DA0
Text Example
Text Example
White with #C42DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DA0; }
p { color: rgb(196,45,160); }
H1.HeaderClassName
{
color: #C42DA0;
}
.AnyTagClassName
{
color: #C42DA0;
}
</style>
background-color css
<style>
a { background-color: #C42DA0; }
a { background-color: rgb(196,45,160); }
div.DivClassName
{
background-color: #C42DA0;
}
.BgClassName
{
background-color: #C42DA0;
}
</style>
border-color css
<style>
span { border-color: #C42DA0; }
span { border-color: rgb(196,45,160); }
td.TdClassName
{
border-color: #C42DA0;
}
.TagClassName
{
border-color: #C42DA0;
}
</style>