Shades of Medium Red Violet #C43878
Tints of Medium Red Violet #C43878
RGB
CMYK
RGB Variations
Color information
#C43878 (or 0xC43878) is known color: Medium Red Violet. HEX triplet: C4, 38 and 78. RGB value is (196,56,120). Sum of RGB (Red+Green+Blue) = 196+56+120=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C43878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43878 is #3BC787. Grayscale: #696969. Windows color (decimal): -3917704 or 7878852. OLE color: 7878852.
HSL color Cylindrical-coordinate representation of color #C43878: hue angle of 332.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43878 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 120 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.23 |
| HSL | 332.57º | 0.56% | 0.49% | - |
| HSV(B) | 332.57º | 0.71% | 0.77% | - |
| XYZ | 27.57 | 15.92 | 19.39 | - |
| YUV | 105.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 120 | 0 | 0.71 | 0.39 | 0.23 | 332.57 | 0.56 | 0.49 |
| Hex | C4 | 38 | 78 | 0 | 47 | 27 | 17 | 14D | 38 | 31 |
| Octal | 304 | 70 | 170 | 0 | 107 | 47 | 27 | 515 | 70 | 61 |
| Binary | 11000100 | 111000 | 1111000 | 0 | 1000111 | 100111 | 10111 | 101001101 | 111000 | 110001 |
Color Harmonies of #C43878
Complementary color
Monochromatic Colors of #C43878
Black with #C43878
Text Example
Text Example
White with #C43878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43878; }
p { color: rgb(196,56,120); }
H1.HeaderClassName
{
color: #C43878;
}
.AnyTagClassName
{
color: #C43878;
}
</style>
background-color css
<style>
a { background-color: #C43878; }
a { background-color: rgb(196,56,120); }
div.DivClassName
{
background-color: #C43878;
}
.BgClassName
{
background-color: #C43878;
}
</style>
border-color css
<style>
span { border-color: #C43878; }
span { border-color: rgb(196,56,120); }
td.TdClassName
{
border-color: #C43878;
}
.TagClassName
{
border-color: #C43878;
}
</style>