Shades of Medium Red Violet #C42E93
Tints of Medium Red Violet #C42E93
RGB
CMYK
RGB Variations
Color information
#C42E93 (or 0xC42E93) is known color: Medium Red Violet. HEX triplet: C4, 2E and 93. RGB value is (196,46,147). Sum of RGB (Red+Green+Blue) = 196+46+147=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E93 is #3BD16C. Grayscale: #666666. Windows color (decimal): -3920237 or 9645764. OLE color: 9645764.
HSL color Cylindrical-coordinate representation of color #C42E93: hue angle of 319.6º 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 #C42E93 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 147 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.23 |
| HSL | 319.6º | 0.62% | 0.47% | - |
| HSV(B) | 319.6º | 0.77% | 0.77% | - |
| XYZ | 29.01 | 15.8 | 29.12 | - |
| YUV | 102.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 147 | 0 | 0.77 | 0.25 | 0.23 | 319.6 | 0.62 | 0.47 |
| Hex | C4 | 2E | 93 | 0 | 4D | 19 | 17 | 140 | 3E | 2F |
| Octal | 304 | 56 | 223 | 0 | 115 | 31 | 27 | 500 | 76 | 57 |
| Binary | 11000100 | 101110 | 10010011 | 0 | 1001101 | 11001 | 10111 | 101000000 | 111110 | 101111 |
Color Harmonies of #C42E93
Complementary color
Monochromatic Colors of #C42E93
Black with #C42E93
Text Example
Text Example
White with #C42E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E93; }
p { color: rgb(196,46,147); }
H1.HeaderClassName
{
color: #C42E93;
}
.AnyTagClassName
{
color: #C42E93;
}
</style>
background-color css
<style>
a { background-color: #C42E93; }
a { background-color: rgb(196,46,147); }
div.DivClassName
{
background-color: #C42E93;
}
.BgClassName
{
background-color: #C42E93;
}
</style>
border-color css
<style>
span { border-color: #C42E93; }
span { border-color: rgb(196,46,147); }
td.TdClassName
{
border-color: #C42E93;
}
.TagClassName
{
border-color: #C42E93;
}
</style>