Shades of Medium Red Violet #C42977
Tints of Medium Red Violet #C42977
RGB
CMYK
RGB Variations
Color information
#C42977 (or 0xC42977) is known color: Medium Red Violet. HEX triplet: C4, 29 and 77. RGB value is (196,41,119). Sum of RGB (Red+Green+Blue) = 196+41+119=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C42977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42977 is #3BD688. Grayscale: #606060. Windows color (decimal): -3921545 or 7809476. OLE color: 7809476.
HSL color Cylindrical-coordinate representation of color #C42977: hue angle of 329.81º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42977 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 119 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.23 |
| HSL | 329.81º | 0.65% | 0.46% | - |
| HSV(B) | 329.81º | 0.79% | 0.77% | - |
| XYZ | 26.89 | 14.65 | 18.86 | - |
| YUV | 96.24 | 140.85 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 119 | 0 | 0.79 | 0.39 | 0.23 | 329.81 | 0.65 | 0.46 |
| Hex | C4 | 29 | 77 | 0 | 4F | 27 | 17 | 14A | 41 | 2E |
| Octal | 304 | 51 | 167 | 0 | 117 | 47 | 27 | 512 | 101 | 56 |
| Binary | 11000100 | 101001 | 1110111 | 0 | 1001111 | 100111 | 10111 | 101001010 | 1000001 | 101110 |
Color Harmonies of #C42977
Complementary color
Monochromatic Colors of #C42977
Black with #C42977
Text Example
Text Example
White with #C42977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42977; }
p { color: rgb(196,41,119); }
H1.HeaderClassName
{
color: #C42977;
}
.AnyTagClassName
{
color: #C42977;
}
</style>
background-color css
<style>
a { background-color: #C42977; }
a { background-color: rgb(196,41,119); }
div.DivClassName
{
background-color: #C42977;
}
.BgClassName
{
background-color: #C42977;
}
</style>
border-color css
<style>
span { border-color: #C42977; }
span { border-color: rgb(196,41,119); }
td.TdClassName
{
border-color: #C42977;
}
.TagClassName
{
border-color: #C42977;
}
</style>