Shades of Medium Red Violet #C42E72
Tints of Medium Red Violet #C42E72
RGB
CMYK
RGB Variations
Color information
#C42E72 (or 0xC42E72) is known color: Medium Red Violet. HEX triplet: C4, 2E and 72. RGB value is (196,46,114). Sum of RGB (Red+Green+Blue) = 196+46+114=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42E72 is #3BD18D. Grayscale: #626262. Windows color (decimal): -3920270 or 7483076. OLE color: 7483076.
HSL color Cylindrical-coordinate representation of color #C42E72: hue angle of 332.8º degrees, saturation: 0.62, 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 #C42E72 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 114 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.23 |
| HSL | 332.8º | 0.62% | 0.47% | - |
| HSV(B) | 332.8º | 0.77% | 0.77% | - |
| XYZ | 26.78 | 14.9 | 17.39 | - |
| YUV | 98.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 114 | 0 | 0.77 | 0.42 | 0.23 | 332.8 | 0.62 | 0.47 |
| Hex | C4 | 2E | 72 | 0 | 4D | 2A | 17 | 14D | 3E | 2F |
| Octal | 304 | 56 | 162 | 0 | 115 | 52 | 27 | 515 | 76 | 57 |
| Binary | 11000100 | 101110 | 1110010 | 0 | 1001101 | 101010 | 10111 | 101001101 | 111110 | 101111 |
Color Harmonies of #C42E72
Complementary color
Monochromatic Colors of #C42E72
Black with #C42E72
Text Example
Text Example
White with #C42E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E72; }
p { color: rgb(196,46,114); }
H1.HeaderClassName
{
color: #C42E72;
}
.AnyTagClassName
{
color: #C42E72;
}
</style>
background-color css
<style>
a { background-color: #C42E72; }
a { background-color: rgb(196,46,114); }
div.DivClassName
{
background-color: #C42E72;
}
.BgClassName
{
background-color: #C42E72;
}
</style>
border-color css
<style>
span { border-color: #C42E72; }
span { border-color: rgb(196,46,114); }
td.TdClassName
{
border-color: #C42E72;
}
.TagClassName
{
border-color: #C42E72;
}
</style>