Shades of Medium Violet Red #C42592
Tints of Medium Violet Red #C42592
RGB
CMYK
RGB Variations
Color information
#C42592 (or 0xC42592) is known color: Medium Violet Red. HEX triplet: C4, 25 and 92. RGB value is (196,37,146). Sum of RGB (Red+Green+Blue) = 196+37+146=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C42592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42592 is #3BDA6D. Grayscale: #606060. Windows color (decimal): -3922542 or 9577924. OLE color: 9577924.
HSL color Cylindrical-coordinate representation of color #C42592: hue angle of 318.87º 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 #C42592 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 146 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.23 |
| HSL | 318.87º | 0.68% | 0.46% | - |
| HSV(B) | 318.87º | 0.81% | 0.77% | - |
| XYZ | 28.61 | 15.13 | 28.61 | - |
| YUV | 96.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 146 | 0 | 0.81 | 0.26 | 0.23 | 318.87 | 0.68 | 0.46 |
| Hex | C4 | 25 | 92 | 0 | 51 | 1A | 17 | 13F | 44 | 2E |
| Octal | 304 | 45 | 222 | 0 | 121 | 32 | 27 | 477 | 104 | 56 |
| Binary | 11000100 | 100101 | 10010010 | 0 | 1010001 | 11010 | 10111 | 100111111 | 1000100 | 101110 |
Color Harmonies of #C42592
Complementary color
Monochromatic Colors of #C42592
Black with #C42592
Text Example
Text Example
White with #C42592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42592; }
p { color: rgb(196,37,146); }
H1.HeaderClassName
{
color: #C42592;
}
.AnyTagClassName
{
color: #C42592;
}
</style>
background-color css
<style>
a { background-color: #C42592; }
a { background-color: rgb(196,37,146); }
div.DivClassName
{
background-color: #C42592;
}
.BgClassName
{
background-color: #C42592;
}
</style>
border-color css
<style>
span { border-color: #C42592; }
span { border-color: rgb(196,37,146); }
td.TdClassName
{
border-color: #C42592;
}
.TagClassName
{
border-color: #C42592;
}
</style>