Shades of Medium Violet Red #C42599
Tints of Medium Violet Red #C42599
RGB
CMYK
RGB Variations
Color information
#C42599 (or 0xC42599) is known color: Medium Violet Red. HEX triplet: C4, 25 and 99. RGB value is (196,37,153). Sum of RGB (Red+Green+Blue) = 196+37+153=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C42599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42599 is #3BDA66. Grayscale: #616161. Windows color (decimal): -3922535 or 10036676. OLE color: 10036676.
HSL color Cylindrical-coordinate representation of color #C42599: hue angle of 316.23º 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 #C42599 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 153 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.23 |
| HSL | 316.23º | 0.68% | 0.46% | - |
| HSV(B) | 316.23º | 0.81% | 0.77% | - |
| XYZ | 29.18 | 15.36 | 31.56 | - |
| YUV | 97.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 153 | 0 | 0.81 | 0.22 | 0.23 | 316.23 | 0.68 | 0.46 |
| Hex | C4 | 25 | 99 | 0 | 51 | 16 | 17 | 13C | 44 | 2E |
| Octal | 304 | 45 | 231 | 0 | 121 | 26 | 27 | 474 | 104 | 56 |
| Binary | 11000100 | 100101 | 10011001 | 0 | 1010001 | 10110 | 10111 | 100111100 | 1000100 | 101110 |
Color Harmonies of #C42599
Complementary color
Monochromatic Colors of #C42599
Black with #C42599
Text Example
Text Example
White with #C42599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42599; }
p { color: rgb(196,37,153); }
H1.HeaderClassName
{
color: #C42599;
}
.AnyTagClassName
{
color: #C42599;
}
</style>
background-color css
<style>
a { background-color: #C42599; }
a { background-color: rgb(196,37,153); }
div.DivClassName
{
background-color: #C42599;
}
.BgClassName
{
background-color: #C42599;
}
</style>
border-color css
<style>
span { border-color: #C42599; }
span { border-color: rgb(196,37,153); }
td.TdClassName
{
border-color: #C42599;
}
.TagClassName
{
border-color: #C42599;
}
</style>