Shades of Medium Red Violet #C42D74
Tints of Medium Red Violet #C42D74
RGB
CMYK
RGB Variations
Color information
#C42D74 (or 0xC42D74) is known color: Medium Red Violet. HEX triplet: C4, 2D and 74. RGB value is (196,45,116). Sum of RGB (Red+Green+Blue) = 196+45+116=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D74 is #3BD28B. Grayscale: #626262. Windows color (decimal): -3920524 or 7613892. OLE color: 7613892.
HSL color Cylindrical-coordinate representation of color #C42D74: hue angle of 331.79º 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 #C42D74 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 116 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.23 |
| HSL | 331.79º | 0.63% | 0.47% | - |
| HSV(B) | 331.79º | 0.77% | 0.77% | - |
| XYZ | 26.86 | 14.87 | 17.98 | - |
| YUV | 98.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 116 | 0 | 0.77 | 0.41 | 0.23 | 331.79 | 0.63 | 0.47 |
| Hex | C4 | 2D | 74 | 0 | 4D | 29 | 17 | 14C | 3F | 2F |
| Octal | 304 | 55 | 164 | 0 | 115 | 51 | 27 | 514 | 77 | 57 |
| Binary | 11000100 | 101101 | 1110100 | 0 | 1001101 | 101001 | 10111 | 101001100 | 111111 | 101111 |
Color Harmonies of #C42D74
Complementary color
Monochromatic Colors of #C42D74
Black with #C42D74
Text Example
Text Example
White with #C42D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D74; }
p { color: rgb(196,45,116); }
H1.HeaderClassName
{
color: #C42D74;
}
.AnyTagClassName
{
color: #C42D74;
}
</style>
background-color css
<style>
a { background-color: #C42D74; }
a { background-color: rgb(196,45,116); }
div.DivClassName
{
background-color: #C42D74;
}
.BgClassName
{
background-color: #C42D74;
}
</style>
border-color css
<style>
span { border-color: #C42D74; }
span { border-color: rgb(196,45,116); }
td.TdClassName
{
border-color: #C42D74;
}
.TagClassName
{
border-color: #C42D74;
}
</style>