Shades of Medium Red Violet #C42C78
Tints of Medium Red Violet #C42C78
RGB
CMYK
RGB Variations
Color information
#C42C78 (or 0xC42C78) is known color: Medium Red Violet. HEX triplet: C4, 2C and 78. RGB value is (196,44,120). Sum of RGB (Red+Green+Blue) = 196+44+120=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C78 is #3BD387. Grayscale: #616161. Windows color (decimal): -3920776 or 7875780. OLE color: 7875780.
HSL color Cylindrical-coordinate representation of color #C42C78: hue angle of 330º degrees, saturation: 0.63, 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 #C42C78 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 120 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.23 |
| HSL | 330º | 0.63% | 0.47% | - |
| HSV(B) | 330º | 0.78% | 0.77% | - |
| XYZ | 27.06 | 14.89 | 19.22 | - |
| YUV | 98.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 120 | 0 | 0.78 | 0.39 | 0.23 | 330 | 0.63 | 0.47 |
| Hex | C4 | 2C | 78 | 0 | 4E | 27 | 17 | 14A | 3F | 2F |
| Octal | 304 | 54 | 170 | 0 | 116 | 47 | 27 | 512 | 77 | 57 |
| Binary | 11000100 | 101100 | 1111000 | 0 | 1001110 | 100111 | 10111 | 101001010 | 111111 | 101111 |
Color Harmonies of #C42C78
Complementary color
Monochromatic Colors of #C42C78
Black with #C42C78
Text Example
Text Example
White with #C42C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C78; }
p { color: rgb(196,44,120); }
H1.HeaderClassName
{
color: #C42C78;
}
.AnyTagClassName
{
color: #C42C78;
}
</style>
background-color css
<style>
a { background-color: #C42C78; }
a { background-color: rgb(196,44,120); }
div.DivClassName
{
background-color: #C42C78;
}
.BgClassName
{
background-color: #C42C78;
}
</style>
border-color css
<style>
span { border-color: #C42C78; }
span { border-color: rgb(196,44,120); }
td.TdClassName
{
border-color: #C42C78;
}
.TagClassName
{
border-color: #C42C78;
}
</style>