Shades of Medium Red Violet #C42B77
Tints of Medium Red Violet #C42B77
RGB
CMYK
RGB Variations
Color information
#C42B77 (or 0xC42B77) is known color: Medium Red Violet. HEX triplet: C4, 2B and 77. RGB value is (196,43,119). Sum of RGB (Red+Green+Blue) = 196+43+119=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B77 is #3BD488. Grayscale: #616161. Windows color (decimal): -3921033 or 7809988. OLE color: 7809988.
HSL color Cylindrical-coordinate representation of color #C42B77: hue angle of 330.2º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B77 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 119 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.23 |
| HSL | 330.2º | 0.64% | 0.47% | - |
| HSV(B) | 330.2º | 0.78% | 0.77% | - |
| XYZ | 26.96 | 14.8 | 18.89 | - |
| YUV | 97.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 119 | 0 | 0.78 | 0.39 | 0.23 | 330.2 | 0.64 | 0.47 |
| Hex | C4 | 2B | 77 | 0 | 4E | 27 | 17 | 14A | 40 | 2F |
| Octal | 304 | 53 | 167 | 0 | 116 | 47 | 27 | 512 | 100 | 57 |
| Binary | 11000100 | 101011 | 1110111 | 0 | 1001110 | 100111 | 10111 | 101001010 | 1000000 | 101111 |
Color Harmonies of #C42B77
Complementary color
Monochromatic Colors of #C42B77
Black with #C42B77
Text Example
Text Example
White with #C42B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B77; }
p { color: rgb(196,43,119); }
H1.HeaderClassName
{
color: #C42B77;
}
.AnyTagClassName
{
color: #C42B77;
}
</style>
background-color css
<style>
a { background-color: #C42B77; }
a { background-color: rgb(196,43,119); }
div.DivClassName
{
background-color: #C42B77;
}
.BgClassName
{
background-color: #C42B77;
}
</style>
border-color css
<style>
span { border-color: #C42B77; }
span { border-color: rgb(196,43,119); }
td.TdClassName
{
border-color: #C42B77;
}
.TagClassName
{
border-color: #C42B77;
}
</style>