Shades of Medium Violet Red #C42492
Tints of Medium Violet Red #C42492
RGB
CMYK
RGB Variations
Color information
#C42492 (or 0xC42492) is known color: Medium Violet Red. HEX triplet: C4, 24 and 92. RGB value is (196,36,146). Sum of RGB (Red+Green+Blue) = 196+36+146=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C42492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42492 is #3BDB6D. Grayscale: #606060. Windows color (decimal): -3922798 or 9577668. OLE color: 9577668.
HSL color Cylindrical-coordinate representation of color #C42492: hue angle of 318.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42492 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 146 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.23 |
| HSL | 318.75º | 0.69% | 0.45% | - |
| HSV(B) | 318.75º | 0.82% | 0.77% | - |
| XYZ | 28.58 | 15.07 | 28.6 | - |
| YUV | 96.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 146 | 0 | 0.82 | 0.26 | 0.23 | 318.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | 92 | 0 | 52 | 1A | 17 | 13F | 45 | 2D |
| Octal | 304 | 44 | 222 | 0 | 122 | 32 | 27 | 477 | 105 | 55 |
| Binary | 11000100 | 100100 | 10010010 | 0 | 1010010 | 11010 | 10111 | 100111111 | 1000101 | 101101 |
Color Harmonies of #C42492
Complementary color
Monochromatic Colors of #C42492
Black with #C42492
Text Example
Text Example
White with #C42492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42492; }
p { color: rgb(196,36,146); }
H1.HeaderClassName
{
color: #C42492;
}
.AnyTagClassName
{
color: #C42492;
}
</style>
background-color css
<style>
a { background-color: #C42492; }
a { background-color: rgb(196,36,146); }
div.DivClassName
{
background-color: #C42492;
}
.BgClassName
{
background-color: #C42492;
}
</style>
border-color css
<style>
span { border-color: #C42492; }
span { border-color: rgb(196,36,146); }
td.TdClassName
{
border-color: #C42492;
}
.TagClassName
{
border-color: #C42492;
}
</style>