Shades of Medium Red Violet #C42778
Tints of Medium Red Violet #C42778
RGB
CMYK
RGB Variations
Color information
#C42778 (or 0xC42778) is known color: Medium Red Violet. HEX triplet: C4, 27 and 78. RGB value is (196,39,120). Sum of RGB (Red+Green+Blue) = 196+39+120=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C42778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42778 is #3BD887. Grayscale: #5F5F5F. Windows color (decimal): -3922056 or 7874500. OLE color: 7874500.
HSL color Cylindrical-coordinate representation of color #C42778: hue angle of 329.04º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42778 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 120 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.23 |
| HSL | 329.04º | 0.67% | 0.46% | - |
| HSV(B) | 329.04º | 0.8% | 0.77% | - |
| XYZ | 26.88 | 14.54 | 19.16 | - |
| YUV | 95.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 120 | 0 | 0.80 | 0.39 | 0.23 | 329.04 | 0.67 | 0.46 |
| Hex | C4 | 27 | 78 | 0 | 50 | 27 | 17 | 149 | 43 | 2E |
| Octal | 304 | 47 | 170 | 0 | 120 | 47 | 27 | 511 | 103 | 56 |
| Binary | 11000100 | 100111 | 1111000 | 0 | 1010000 | 100111 | 10111 | 101001001 | 1000011 | 101110 |
Color Harmonies of #C42778
Complementary color
Monochromatic Colors of #C42778
Black with #C42778
Text Example
Text Example
White with #C42778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42778; }
p { color: rgb(196,39,120); }
H1.HeaderClassName
{
color: #C42778;
}
.AnyTagClassName
{
color: #C42778;
}
</style>
background-color css
<style>
a { background-color: #C42778; }
a { background-color: rgb(196,39,120); }
div.DivClassName
{
background-color: #C42778;
}
.BgClassName
{
background-color: #C42778;
}
</style>
border-color css
<style>
span { border-color: #C42778; }
span { border-color: rgb(196,39,120); }
td.TdClassName
{
border-color: #C42778;
}
.TagClassName
{
border-color: #C42778;
}
</style>