Shades of Medium Red Violet #C42F9B
Tints of Medium Red Violet #C42F9B
RGB
CMYK
RGB Variations
Color information
#C42F9B (or 0xC42F9B) is known color: Medium Red Violet. HEX triplet: C4, 2F and 9B. RGB value is (196,47,155). Sum of RGB (Red+Green+Blue) = 196+47+155=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42F9B is #3BD064. Grayscale: #676767. Windows color (decimal): -3919973 or 10170308. OLE color: 10170308.
HSL color Cylindrical-coordinate representation of color #C42F9B: hue angle of 316.51º 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 #C42F9B is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 155 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.23 |
| HSL | 316.51º | 0.61% | 0.48% | - |
| HSV(B) | 316.51º | 0.76% | 0.77% | - |
| XYZ | 29.7 | 16.14 | 32.56 | - |
| YUV | 103.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 155 | 0 | 0.76 | 0.21 | 0.23 | 316.51 | 0.61 | 0.48 |
| Hex | C4 | 2F | 9B | 0 | 4C | 15 | 17 | 13D | 3D | 30 |
| Octal | 304 | 57 | 233 | 0 | 114 | 25 | 27 | 475 | 75 | 60 |
| Binary | 11000100 | 101111 | 10011011 | 0 | 1001100 | 10101 | 10111 | 100111101 | 111101 | 110000 |
Color Harmonies of #C42F9B
Complementary color
Monochromatic Colors of #C42F9B
Black with #C42F9B
Text Example
Text Example
White with #C42F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F9B; }
p { color: rgb(196,47,155); }
H1.HeaderClassName
{
color: #C42F9B;
}
.AnyTagClassName
{
color: #C42F9B;
}
</style>
background-color css
<style>
a { background-color: #C42F9B; }
a { background-color: rgb(196,47,155); }
div.DivClassName
{
background-color: #C42F9B;
}
.BgClassName
{
background-color: #C42F9B;
}
</style>
border-color css
<style>
span { border-color: #C42F9B; }
span { border-color: rgb(196,47,155); }
td.TdClassName
{
border-color: #C42F9B;
}
.TagClassName
{
border-color: #C42F9B;
}
</style>