Shades of Medium Red Violet #C42E88
Tints of Medium Red Violet #C42E88
RGB
CMYK
RGB Variations
Color information
#C42E88 (or 0xC42E88) is known color: Medium Red Violet. HEX triplet: C4, 2E and 88. RGB value is (196,46,136). Sum of RGB (Red+Green+Blue) = 196+46+136=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E88 is #3BD177. Grayscale: #646464. Windows color (decimal): -3920248 or 8924868. OLE color: 8924868.
HSL color Cylindrical-coordinate representation of color #C42E88: hue angle of 324º 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 #C42E88 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 136 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.23 |
| HSL | 324º | 0.62% | 0.47% | - |
| HSV(B) | 324º | 0.77% | 0.77% | - |
| XYZ | 28.19 | 15.47 | 24.79 | - |
| YUV | 101.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 136 | 0 | 0.77 | 0.31 | 0.23 | 324 | 0.62 | 0.47 |
| Hex | C4 | 2E | 88 | 0 | 4D | 1F | 17 | 144 | 3E | 2F |
| Octal | 304 | 56 | 210 | 0 | 115 | 37 | 27 | 504 | 76 | 57 |
| Binary | 11000100 | 101110 | 10001000 | 0 | 1001101 | 11111 | 10111 | 101000100 | 111110 | 101111 |
Color Harmonies of #C42E88
Complementary color
Monochromatic Colors of #C42E88
Black with #C42E88
Text Example
Text Example
White with #C42E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E88; }
p { color: rgb(196,46,136); }
H1.HeaderClassName
{
color: #C42E88;
}
.AnyTagClassName
{
color: #C42E88;
}
</style>
background-color css
<style>
a { background-color: #C42E88; }
a { background-color: rgb(196,46,136); }
div.DivClassName
{
background-color: #C42E88;
}
.BgClassName
{
background-color: #C42E88;
}
</style>
border-color css
<style>
span { border-color: #C42E88; }
span { border-color: rgb(196,46,136); }
td.TdClassName
{
border-color: #C42E88;
}
.TagClassName
{
border-color: #C42E88;
}
</style>