Shades of Medium Red Violet #C43572
Tints of Medium Red Violet #C43572
RGB
CMYK
RGB Variations
Color information
#C43572 (or 0xC43572) is known color: Medium Red Violet. HEX triplet: C4, 35 and 72. RGB value is (196,53,114). Sum of RGB (Red+Green+Blue) = 196+53+114=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43572 is #3BCA8D. Grayscale: #666666. Windows color (decimal): -3918478 or 7484868. OLE color: 7484868.
HSL color Cylindrical-coordinate representation of color #C43572: hue angle of 334.41º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43572 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 114 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.23 |
| HSL | 334.41º | 0.57% | 0.49% | - |
| HSV(B) | 334.41º | 0.73% | 0.77% | - |
| XYZ | 27.08 | 15.5 | 17.48 | - |
| YUV | 102.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 114 | 0 | 0.73 | 0.42 | 0.23 | 334.41 | 0.57 | 0.49 |
| Hex | C4 | 35 | 72 | 0 | 49 | 2A | 17 | 14E | 39 | 31 |
| Octal | 304 | 65 | 162 | 0 | 111 | 52 | 27 | 516 | 71 | 61 |
| Binary | 11000100 | 110101 | 1110010 | 0 | 1001001 | 101010 | 10111 | 101001110 | 111001 | 110001 |
Color Harmonies of #C43572
Complementary color
Monochromatic Colors of #C43572
Black with #C43572
Text Example
Text Example
White with #C43572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43572; }
p { color: rgb(196,53,114); }
H1.HeaderClassName
{
color: #C43572;
}
.AnyTagClassName
{
color: #C43572;
}
</style>
background-color css
<style>
a { background-color: #C43572; }
a { background-color: rgb(196,53,114); }
div.DivClassName
{
background-color: #C43572;
}
.BgClassName
{
background-color: #C43572;
}
</style>
border-color css
<style>
span { border-color: #C43572; }
span { border-color: rgb(196,53,114); }
td.TdClassName
{
border-color: #C43572;
}
.TagClassName
{
border-color: #C43572;
}
</style>