Shades of Medium Red Violet #C42B76
Tints of Medium Red Violet #C42B76
RGB
CMYK
RGB Variations
Color information
#C42B76 (or 0xC42B76) is known color: Medium Red Violet. HEX triplet: C4, 2B and 76. RGB value is (196,43,118). Sum of RGB (Red+Green+Blue) = 196+43+118=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B76 is #3BD489. Grayscale: #616161. Windows color (decimal): -3921034 or 7744452. OLE color: 7744452.
HSL color Cylindrical-coordinate representation of color #C42B76: hue angle of 330.59º 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 #C42B76 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 118 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.23 |
| HSL | 330.59º | 0.64% | 0.47% | - |
| HSV(B) | 330.59º | 0.78% | 0.77% | - |
| XYZ | 26.9 | 14.77 | 18.57 | - |
| YUV | 97.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 118 | 0 | 0.78 | 0.40 | 0.23 | 330.59 | 0.64 | 0.47 |
| Hex | C4 | 2B | 76 | 0 | 4E | 28 | 17 | 14B | 40 | 2F |
| Octal | 304 | 53 | 166 | 0 | 116 | 50 | 27 | 513 | 100 | 57 |
| Binary | 11000100 | 101011 | 1110110 | 0 | 1001110 | 101000 | 10111 | 101001011 | 1000000 | 101111 |
Color Harmonies of #C42B76
Complementary color
Monochromatic Colors of #C42B76
Black with #C42B76
Text Example
Text Example
White with #C42B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B76; }
p { color: rgb(196,43,118); }
H1.HeaderClassName
{
color: #C42B76;
}
.AnyTagClassName
{
color: #C42B76;
}
</style>
background-color css
<style>
a { background-color: #C42B76; }
a { background-color: rgb(196,43,118); }
div.DivClassName
{
background-color: #C42B76;
}
.BgClassName
{
background-color: #C42B76;
}
</style>
border-color css
<style>
span { border-color: #C42B76; }
span { border-color: rgb(196,43,118); }
td.TdClassName
{
border-color: #C42B76;
}
.TagClassName
{
border-color: #C42B76;
}
</style>