Shades of Medium Red Violet #C42E94
Tints of Medium Red Violet #C42E94
RGB
CMYK
RGB Variations
Color information
#C42E94 (or 0xC42E94) is known color: Medium Red Violet. HEX triplet: C4, 2E and 94. RGB value is (196,46,148). Sum of RGB (Red+Green+Blue) = 196+46+148=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E94 is #3BD16B. Grayscale: #666666. Windows color (decimal): -3920236 or 9711300. OLE color: 9711300.
HSL color Cylindrical-coordinate representation of color #C42E94: hue angle of 319.2º 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 #C42E94 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 148 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.23 |
| HSL | 319.2º | 0.62% | 0.47% | - |
| HSV(B) | 319.2º | 0.77% | 0.77% | - |
| XYZ | 29.09 | 15.83 | 29.54 | - |
| YUV | 102.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 148 | 0 | 0.77 | 0.24 | 0.23 | 319.2 | 0.62 | 0.47 |
| Hex | C4 | 2E | 94 | 0 | 4D | 18 | 17 | 13F | 3E | 2F |
| Octal | 304 | 56 | 224 | 0 | 115 | 30 | 27 | 477 | 76 | 57 |
| Binary | 11000100 | 101110 | 10010100 | 0 | 1001101 | 11000 | 10111 | 100111111 | 111110 | 101111 |
Color Harmonies of #C42E94
Complementary color
Monochromatic Colors of #C42E94
Black with #C42E94
Text Example
Text Example
White with #C42E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E94; }
p { color: rgb(196,46,148); }
H1.HeaderClassName
{
color: #C42E94;
}
.AnyTagClassName
{
color: #C42E94;
}
</style>
background-color css
<style>
a { background-color: #C42E94; }
a { background-color: rgb(196,46,148); }
div.DivClassName
{
background-color: #C42E94;
}
.BgClassName
{
background-color: #C42E94;
}
</style>
border-color css
<style>
span { border-color: #C42E94; }
span { border-color: rgb(196,46,148); }
td.TdClassName
{
border-color: #C42E94;
}
.TagClassName
{
border-color: #C42E94;
}
</style>