Shades of Medium Red Violet #C42678
Tints of Medium Red Violet #C42678
RGB
CMYK
RGB Variations
Color information
#C42678 (or 0xC42678) is known color: Medium Red Violet. HEX triplet: C4, 26 and 78. RGB value is (196,38,120). Sum of RGB (Red+Green+Blue) = 196+38+120=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C42678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42678 is #3BD987. Grayscale: #5E5E5E. Windows color (decimal): -3922312 or 7874244. OLE color: 7874244.
HSL color Cylindrical-coordinate representation of color #C42678: hue angle of 328.86º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42678 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 120 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.23 |
| HSL | 328.86º | 0.68% | 0.46% | - |
| HSV(B) | 328.86º | 0.81% | 0.77% | - |
| XYZ | 26.85 | 14.48 | 19.15 | - |
| YUV | 94.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 120 | 0 | 0.81 | 0.39 | 0.23 | 328.86 | 0.68 | 0.46 |
| Hex | C4 | 26 | 78 | 0 | 51 | 27 | 17 | 149 | 44 | 2E |
| Octal | 304 | 46 | 170 | 0 | 121 | 47 | 27 | 511 | 104 | 56 |
| Binary | 11000100 | 100110 | 1111000 | 0 | 1010001 | 100111 | 10111 | 101001001 | 1000100 | 101110 |
Color Harmonies of #C42678
Complementary color
Monochromatic Colors of #C42678
Black with #C42678
Text Example
Text Example
White with #C42678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42678; }
p { color: rgb(196,38,120); }
H1.HeaderClassName
{
color: #C42678;
}
.AnyTagClassName
{
color: #C42678;
}
</style>
background-color css
<style>
a { background-color: #C42678; }
a { background-color: rgb(196,38,120); }
div.DivClassName
{
background-color: #C42678;
}
.BgClassName
{
background-color: #C42678;
}
</style>
border-color css
<style>
span { border-color: #C42678; }
span { border-color: rgb(196,38,120); }
td.TdClassName
{
border-color: #C42678;
}
.TagClassName
{
border-color: #C42678;
}
</style>