Shades of Medium Red Violet #C42D72
Tints of Medium Red Violet #C42D72
RGB
CMYK
RGB Variations
Color information
#C42D72 (or 0xC42D72) is known color: Medium Red Violet. HEX triplet: C4, 2D and 72. RGB value is (196,45,114). Sum of RGB (Red+Green+Blue) = 196+45+114=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D72 is #3BD28D. Grayscale: #616161. Windows color (decimal): -3920526 or 7482820. OLE color: 7482820.
HSL color Cylindrical-coordinate representation of color #C42D72: hue angle of 332.58º 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 #C42D72 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 114 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.23 |
| HSL | 332.58º | 0.63% | 0.47% | - |
| HSV(B) | 332.58º | 0.77% | 0.77% | - |
| XYZ | 26.74 | 14.83 | 17.37 | - |
| YUV | 98.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 114 | 0 | 0.77 | 0.42 | 0.23 | 332.58 | 0.63 | 0.47 |
| Hex | C4 | 2D | 72 | 0 | 4D | 2A | 17 | 14D | 3F | 2F |
| Octal | 304 | 55 | 162 | 0 | 115 | 52 | 27 | 515 | 77 | 57 |
| Binary | 11000100 | 101101 | 1110010 | 0 | 1001101 | 101010 | 10111 | 101001101 | 111111 | 101111 |
Color Harmonies of #C42D72
Complementary color
Monochromatic Colors of #C42D72
Black with #C42D72
Text Example
Text Example
White with #C42D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D72; }
p { color: rgb(196,45,114); }
H1.HeaderClassName
{
color: #C42D72;
}
.AnyTagClassName
{
color: #C42D72;
}
</style>
background-color css
<style>
a { background-color: #C42D72; }
a { background-color: rgb(196,45,114); }
div.DivClassName
{
background-color: #C42D72;
}
.BgClassName
{
background-color: #C42D72;
}
</style>
border-color css
<style>
span { border-color: #C42D72; }
span { border-color: rgb(196,45,114); }
td.TdClassName
{
border-color: #C42D72;
}
.TagClassName
{
border-color: #C42D72;
}
</style>