Shades of Medium Red Violet #C42677
Tints of Medium Red Violet #C42677
RGB
CMYK
RGB Variations
Color information
#C42677 (or 0xC42677) is known color: Medium Red Violet. HEX triplet: C4, 26 and 77. RGB value is (196,38,119). Sum of RGB (Red+Green+Blue) = 196+38+119=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C42677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42677 is #3BD988. Grayscale: #5E5E5E. Windows color (decimal): -3922313 or 7808708. OLE color: 7808708.
HSL color Cylindrical-coordinate representation of color #C42677: hue angle of 329.24º 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 #C42677 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 119 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.23 |
| HSL | 329.24º | 0.68% | 0.46% | - |
| HSV(B) | 329.24º | 0.81% | 0.77% | - |
| XYZ | 26.79 | 14.45 | 18.83 | - |
| YUV | 94.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 119 | 0 | 0.81 | 0.39 | 0.23 | 329.24 | 0.68 | 0.46 |
| Hex | C4 | 26 | 77 | 0 | 51 | 27 | 17 | 149 | 44 | 2E |
| Octal | 304 | 46 | 167 | 0 | 121 | 47 | 27 | 511 | 104 | 56 |
| Binary | 11000100 | 100110 | 1110111 | 0 | 1010001 | 100111 | 10111 | 101001001 | 1000100 | 101110 |
Color Harmonies of #C42677
Complementary color
Monochromatic Colors of #C42677
Black with #C42677
Text Example
Text Example
White with #C42677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42677; }
p { color: rgb(196,38,119); }
H1.HeaderClassName
{
color: #C42677;
}
.AnyTagClassName
{
color: #C42677;
}
</style>
background-color css
<style>
a { background-color: #C42677; }
a { background-color: rgb(196,38,119); }
div.DivClassName
{
background-color: #C42677;
}
.BgClassName
{
background-color: #C42677;
}
</style>
border-color css
<style>
span { border-color: #C42677; }
span { border-color: rgb(196,38,119); }
td.TdClassName
{
border-color: #C42677;
}
.TagClassName
{
border-color: #C42677;
}
</style>