Shades of Medium Red Violet #C42F9C
Tints of Medium Red Violet #C42F9C
RGB
CMYK
RGB Variations
Color information
#C42F9C (or 0xC42F9C) is known color: Medium Red Violet. HEX triplet: C4, 2F and 9C. RGB value is (196,47,156). Sum of RGB (Red+Green+Blue) = 196+47+156=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42F9C is #3BD063. Grayscale: #676767. Windows color (decimal): -3919972 or 10235844. OLE color: 10235844.
HSL color Cylindrical-coordinate representation of color #C42F9C: hue angle of 316.11º 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 #C42F9C is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 156 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.23 |
| HSL | 316.11º | 0.61% | 0.48% | - |
| HSV(B) | 316.11º | 0.76% | 0.77% | - |
| XYZ | 29.78 | 16.17 | 33 | - |
| YUV | 103.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 156 | 0 | 0.76 | 0.20 | 0.23 | 316.11 | 0.61 | 0.48 |
| Hex | C4 | 2F | 9C | 0 | 4C | 14 | 17 | 13C | 3D | 30 |
| Octal | 304 | 57 | 234 | 0 | 114 | 24 | 27 | 474 | 75 | 60 |
| Binary | 11000100 | 101111 | 10011100 | 0 | 1001100 | 10100 | 10111 | 100111100 | 111101 | 110000 |
Color Harmonies of #C42F9C
Complementary color
Monochromatic Colors of #C42F9C
Black with #C42F9C
Text Example
Text Example
White with #C42F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F9C; }
p { color: rgb(196,47,156); }
H1.HeaderClassName
{
color: #C42F9C;
}
.AnyTagClassName
{
color: #C42F9C;
}
</style>
background-color css
<style>
a { background-color: #C42F9C; }
a { background-color: rgb(196,47,156); }
div.DivClassName
{
background-color: #C42F9C;
}
.BgClassName
{
background-color: #C42F9C;
}
</style>
border-color css
<style>
span { border-color: #C42F9C; }
span { border-color: rgb(196,47,156); }
td.TdClassName
{
border-color: #C42F9C;
}
.TagClassName
{
border-color: #C42F9C;
}
</style>