Shades of Medium Red Violet #C42F84
Tints of Medium Red Violet #C42F84
RGB
CMYK
RGB Variations
Color information
#C42F84 (or 0xC42F84) is known color: Medium Red Violet. HEX triplet: C4, 2F and 84. RGB value is (196,47,132). Sum of RGB (Red+Green+Blue) = 196+47+132=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42F84 is #3BD07B. Grayscale: #656565. Windows color (decimal): -3919996 or 8662980. OLE color: 8662980.
HSL color Cylindrical-coordinate representation of color #C42F84: hue angle of 325.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F84 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 132 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.23 |
| HSL | 325.77º | 0.61% | 0.48% | - |
| HSV(B) | 325.77º | 0.76% | 0.77% | - |
| XYZ | 27.95 | 15.43 | 23.34 | - |
| YUV | 101.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 132 | 0 | 0.76 | 0.33 | 0.23 | 325.77 | 0.61 | 0.48 |
| Hex | C4 | 2F | 84 | 0 | 4C | 21 | 17 | 146 | 3D | 30 |
| Octal | 304 | 57 | 204 | 0 | 114 | 41 | 27 | 506 | 75 | 60 |
| Binary | 11000100 | 101111 | 10000100 | 0 | 1001100 | 100001 | 10111 | 101000110 | 111101 | 110000 |
Color Harmonies of #C42F84
Complementary color
Monochromatic Colors of #C42F84
Black with #C42F84
Text Example
Text Example
White with #C42F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F84; }
p { color: rgb(196,47,132); }
H1.HeaderClassName
{
color: #C42F84;
}
.AnyTagClassName
{
color: #C42F84;
}
</style>
background-color css
<style>
a { background-color: #C42F84; }
a { background-color: rgb(196,47,132); }
div.DivClassName
{
background-color: #C42F84;
}
.BgClassName
{
background-color: #C42F84;
}
</style>
border-color css
<style>
span { border-color: #C42F84; }
span { border-color: rgb(196,47,132); }
td.TdClassName
{
border-color: #C42F84;
}
.TagClassName
{
border-color: #C42F84;
}
</style>