Shades of Medium Red Violet #C42E85
Tints of Medium Red Violet #C42E85
RGB
CMYK
RGB Variations
Color information
#C42E85 (or 0xC42E85) is known color: Medium Red Violet. HEX triplet: C4, 2E and 85. RGB value is (196,46,133). Sum of RGB (Red+Green+Blue) = 196+46+133=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E85 is #3BD17A. Grayscale: #646464. Windows color (decimal): -3920251 or 8728260. OLE color: 8728260.
HSL color Cylindrical-coordinate representation of color #C42E85: hue angle of 325.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 #C42E85 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 133 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.23 |
| HSL | 325.2º | 0.62% | 0.47% | - |
| HSV(B) | 325.2º | 0.77% | 0.77% | - |
| XYZ | 27.98 | 15.38 | 23.69 | - |
| YUV | 100.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 133 | 0 | 0.77 | 0.32 | 0.23 | 325.2 | 0.62 | 0.47 |
| Hex | C4 | 2E | 85 | 0 | 4D | 20 | 17 | 145 | 3E | 2F |
| Octal | 304 | 56 | 205 | 0 | 115 | 40 | 27 | 505 | 76 | 57 |
| Binary | 11000100 | 101110 | 10000101 | 0 | 1001101 | 100000 | 10111 | 101000101 | 111110 | 101111 |
Color Harmonies of #C42E85
Complementary color
Monochromatic Colors of #C42E85
Black with #C42E85
Text Example
Text Example
White with #C42E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E85; }
p { color: rgb(196,46,133); }
H1.HeaderClassName
{
color: #C42E85;
}
.AnyTagClassName
{
color: #C42E85;
}
</style>
background-color css
<style>
a { background-color: #C42E85; }
a { background-color: rgb(196,46,133); }
div.DivClassName
{
background-color: #C42E85;
}
.BgClassName
{
background-color: #C42E85;
}
</style>
border-color css
<style>
span { border-color: #C42E85; }
span { border-color: rgb(196,46,133); }
td.TdClassName
{
border-color: #C42E85;
}
.TagClassName
{
border-color: #C42E85;
}
</style>