Shades of Medium Violet Red #C42489
Tints of Medium Violet Red #C42489
RGB
CMYK
RGB Variations
Color information
#C42489 (or 0xC42489) is known color: Medium Violet Red. HEX triplet: C4, 24 and 89. RGB value is (196,36,137). Sum of RGB (Red+Green+Blue) = 196+36+137=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C42489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42489 is #3BDB76. Grayscale: #5F5F5F. Windows color (decimal): -3922807 or 8987844. OLE color: 8987844.
HSL color Cylindrical-coordinate representation of color #C42489: hue angle of 322.12º 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 #C42489 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 137 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.23 |
| HSL | 322.13º | 0.69% | 0.45% | - |
| HSV(B) | 322.13º | 0.82% | 0.77% | - |
| XYZ | 27.91 | 14.8 | 25.05 | - |
| YUV | 95.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 137 | 0 | 0.82 | 0.30 | 0.23 | 322.13 | 0.69 | 0.45 |
| Hex | C4 | 24 | 89 | 0 | 52 | 1E | 17 | 142 | 45 | 2D |
| Octal | 304 | 44 | 211 | 0 | 122 | 36 | 27 | 502 | 105 | 55 |
| Binary | 11000100 | 100100 | 10001001 | 0 | 1010010 | 11110 | 10111 | 101000010 | 1000101 | 101101 |
Color Harmonies of #C42489
Complementary color
Monochromatic Colors of #C42489
Black with #C42489
Text Example
Text Example
White with #C42489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42489; }
p { color: rgb(196,36,137); }
H1.HeaderClassName
{
color: #C42489;
}
.AnyTagClassName
{
color: #C42489;
}
</style>
background-color css
<style>
a { background-color: #C42489; }
a { background-color: rgb(196,36,137); }
div.DivClassName
{
background-color: #C42489;
}
.BgClassName
{
background-color: #C42489;
}
</style>
border-color css
<style>
span { border-color: #C42489; }
span { border-color: rgb(196,36,137); }
td.TdClassName
{
border-color: #C42489;
}
.TagClassName
{
border-color: #C42489;
}
</style>