Shades of Medium Red Violet #C42A70
Tints of Medium Red Violet #C42A70
RGB
CMYK
RGB Variations
Color information
#C42A70 (or 0xC42A70) is known color: Medium Red Violet. HEX triplet: C4, 2A and 70. RGB value is (196,42,112). Sum of RGB (Red+Green+Blue) = 196+42+112=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A70 is #3BD58F. Grayscale: #5F5F5F. Windows color (decimal): -3921296 or 7350980. OLE color: 7350980.
HSL color Cylindrical-coordinate representation of color #C42A70: hue angle of 332.73º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A70 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 112 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.23 |
| HSL | 332.73º | 0.65% | 0.47% | - |
| HSV(B) | 332.73º | 0.79% | 0.77% | - |
| XYZ | 26.52 | 14.56 | 16.74 | - |
| YUV | 96.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 112 | 0 | 0.79 | 0.43 | 0.23 | 332.73 | 0.65 | 0.47 |
| Hex | C4 | 2A | 70 | 0 | 4F | 2B | 17 | 14D | 41 | 2F |
| Octal | 304 | 52 | 160 | 0 | 117 | 53 | 27 | 515 | 101 | 57 |
| Binary | 11000100 | 101010 | 1110000 | 0 | 1001111 | 101011 | 10111 | 101001101 | 1000001 | 101111 |
Color Harmonies of #C42A70
Complementary color
Monochromatic Colors of #C42A70
Black with #C42A70
Text Example
Text Example
White with #C42A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A70; }
p { color: rgb(196,42,112); }
H1.HeaderClassName
{
color: #C42A70;
}
.AnyTagClassName
{
color: #C42A70;
}
</style>
background-color css
<style>
a { background-color: #C42A70; }
a { background-color: rgb(196,42,112); }
div.DivClassName
{
background-color: #C42A70;
}
.BgClassName
{
background-color: #C42A70;
}
</style>
border-color css
<style>
span { border-color: #C42A70; }
span { border-color: rgb(196,42,112); }
td.TdClassName
{
border-color: #C42A70;
}
.TagClassName
{
border-color: #C42A70;
}
</style>