Shades of Medium Red Violet #C43978
Tints of Medium Red Violet #C43978
RGB
CMYK
RGB Variations
Color information
#C43978 (or 0xC43978) is known color: Medium Red Violet. HEX triplet: C4, 39 and 78. RGB value is (196,57,120). Sum of RGB (Red+Green+Blue) = 196+57+120=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C43978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43978 is #3BC687. Grayscale: #696969. Windows color (decimal): -3917448 or 7879108. OLE color: 7879108.
HSL color Cylindrical-coordinate representation of color #C43978: hue angle of 332.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43978 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 120 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.23 |
| HSL | 332.81º | 0.55% | 0.5% | - |
| HSV(B) | 332.81º | 0.71% | 0.77% | - |
| XYZ | 27.62 | 16.02 | 19.41 | - |
| YUV | 105.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 120 | 0 | 0.71 | 0.39 | 0.23 | 332.81 | 0.55 | 0.5 |
| Hex | C4 | 39 | 78 | 0 | 47 | 27 | 17 | 14D | 37 | 32 |
| Octal | 304 | 71 | 170 | 0 | 107 | 47 | 27 | 515 | 67 | 62 |
| Binary | 11000100 | 111001 | 1111000 | 0 | 1000111 | 100111 | 10111 | 101001101 | 110111 | 110010 |
Color Harmonies of #C43978
Complementary color
Monochromatic Colors of #C43978
Black with #C43978
Text Example
Text Example
White with #C43978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43978; }
p { color: rgb(196,57,120); }
H1.HeaderClassName
{
color: #C43978;
}
.AnyTagClassName
{
color: #C43978;
}
</style>
background-color css
<style>
a { background-color: #C43978; }
a { background-color: rgb(196,57,120); }
div.DivClassName
{
background-color: #C43978;
}
.BgClassName
{
background-color: #C43978;
}
</style>
border-color css
<style>
span { border-color: #C43978; }
span { border-color: rgb(196,57,120); }
td.TdClassName
{
border-color: #C43978;
}
.TagClassName
{
border-color: #C43978;
}
</style>