Shades of Medium Red Violet #C42B72
Tints of Medium Red Violet #C42B72
RGB
CMYK
RGB Variations
Color information
#C42B72 (or 0xC42B72) is known color: Medium Red Violet. HEX triplet: C4, 2B and 72. RGB value is (196,43,114). Sum of RGB (Red+Green+Blue) = 196+43+114=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B72 is #3BD48D. Grayscale: #606060. Windows color (decimal): -3921038 or 7482308. OLE color: 7482308.
HSL color Cylindrical-coordinate representation of color #C42B72: hue angle of 332.16º 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 #C42B72 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 114 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.23 |
| HSL | 332.16º | 0.64% | 0.47% | - |
| HSV(B) | 332.16º | 0.78% | 0.77% | - |
| XYZ | 26.67 | 14.68 | 17.35 | - |
| YUV | 96.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 114 | 0 | 0.78 | 0.42 | 0.23 | 332.16 | 0.64 | 0.47 |
| Hex | C4 | 2B | 72 | 0 | 4E | 2A | 17 | 14C | 40 | 2F |
| Octal | 304 | 53 | 162 | 0 | 116 | 52 | 27 | 514 | 100 | 57 |
| Binary | 11000100 | 101011 | 1110010 | 0 | 1001110 | 101010 | 10111 | 101001100 | 1000000 | 101111 |
Color Harmonies of #C42B72
Complementary color
Monochromatic Colors of #C42B72
Black with #C42B72
Text Example
Text Example
White with #C42B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B72; }
p { color: rgb(196,43,114); }
H1.HeaderClassName
{
color: #C42B72;
}
.AnyTagClassName
{
color: #C42B72;
}
</style>
background-color css
<style>
a { background-color: #C42B72; }
a { background-color: rgb(196,43,114); }
div.DivClassName
{
background-color: #C42B72;
}
.BgClassName
{
background-color: #C42B72;
}
</style>
border-color css
<style>
span { border-color: #C42B72; }
span { border-color: rgb(196,43,114); }
td.TdClassName
{
border-color: #C42B72;
}
.TagClassName
{
border-color: #C42B72;
}
</style>