Shades of Medium Red Violet #C42779
Tints of Medium Red Violet #C42779
RGB
CMYK
RGB Variations
Color information
#C42779 (or 0xC42779) is known color: Medium Red Violet. HEX triplet: C4, 27 and 79. RGB value is (196,39,121). Sum of RGB (Red+Green+Blue) = 196+39+121=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C42779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42779 is #3BD886. Grayscale: #5F5F5F. Windows color (decimal): -3922055 or 7940036. OLE color: 7940036.
HSL color Cylindrical-coordinate representation of color #C42779: hue angle of 328.66º 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 #C42779 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 121 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.23 |
| HSL | 328.66º | 0.67% | 0.46% | - |
| HSV(B) | 328.66º | 0.8% | 0.77% | - |
| XYZ | 26.94 | 14.57 | 19.48 | - |
| YUV | 95.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 121 | 0 | 0.80 | 0.38 | 0.23 | 328.66 | 0.67 | 0.46 |
| Hex | C4 | 27 | 79 | 0 | 50 | 26 | 17 | 149 | 43 | 2E |
| Octal | 304 | 47 | 171 | 0 | 120 | 46 | 27 | 511 | 103 | 56 |
| Binary | 11000100 | 100111 | 1111001 | 0 | 1010000 | 100110 | 10111 | 101001001 | 1000011 | 101110 |
Color Harmonies of #C42779
Complementary color
Monochromatic Colors of #C42779
Black with #C42779
Text Example
Text Example
White with #C42779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42779; }
p { color: rgb(196,39,121); }
H1.HeaderClassName
{
color: #C42779;
}
.AnyTagClassName
{
color: #C42779;
}
</style>
background-color css
<style>
a { background-color: #C42779; }
a { background-color: rgb(196,39,121); }
div.DivClassName
{
background-color: #C42779;
}
.BgClassName
{
background-color: #C42779;
}
</style>
border-color css
<style>
span { border-color: #C42779; }
span { border-color: rgb(196,39,121); }
td.TdClassName
{
border-color: #C42779;
}
.TagClassName
{
border-color: #C42779;
}
</style>