Shades of Medium Red Violet #C42F89
Tints of Medium Red Violet #C42F89
RGB
CMYK
RGB Variations
Color information
#C42F89 (or 0xC42F89) is known color: Medium Red Violet. HEX triplet: C4, 2F and 89. RGB value is (196,47,137). Sum of RGB (Red+Green+Blue) = 196+47+137=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42F89 is #3BD076. Grayscale: #656565. Windows color (decimal): -3919991 or 8990660. OLE color: 8990660.
HSL color Cylindrical-coordinate representation of color #C42F89: hue angle of 323.76º 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 #C42F89 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 137 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.23 |
| HSL | 323.76º | 0.61% | 0.48% | - |
| HSV(B) | 323.76º | 0.76% | 0.77% | - |
| XYZ | 28.3 | 15.57 | 25.18 | - |
| YUV | 101.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 137 | 0 | 0.76 | 0.30 | 0.23 | 323.76 | 0.61 | 0.48 |
| Hex | C4 | 2F | 89 | 0 | 4C | 1E | 17 | 144 | 3D | 30 |
| Octal | 304 | 57 | 211 | 0 | 114 | 36 | 27 | 504 | 75 | 60 |
| Binary | 11000100 | 101111 | 10001001 | 0 | 1001100 | 11110 | 10111 | 101000100 | 111101 | 110000 |
Color Harmonies of #C42F89
Complementary color
Monochromatic Colors of #C42F89
Black with #C42F89
Text Example
Text Example
White with #C42F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F89; }
p { color: rgb(196,47,137); }
H1.HeaderClassName
{
color: #C42F89;
}
.AnyTagClassName
{
color: #C42F89;
}
</style>
background-color css
<style>
a { background-color: #C42F89; }
a { background-color: rgb(196,47,137); }
div.DivClassName
{
background-color: #C42F89;
}
.BgClassName
{
background-color: #C42F89;
}
</style>
border-color css
<style>
span { border-color: #C42F89; }
span { border-color: rgb(196,47,137); }
td.TdClassName
{
border-color: #C42F89;
}
.TagClassName
{
border-color: #C42F89;
}
</style>