Shades of Medium Violet Red #C42487
Tints of Medium Violet Red #C42487
RGB
CMYK
RGB Variations
Color information
#C42487 (or 0xC42487) is known color: Medium Violet Red. HEX triplet: C4, 24 and 87. RGB value is (196,36,135). Sum of RGB (Red+Green+Blue) = 196+36+135=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C42487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42487 is #3BDB78. Grayscale: #5E5E5E. Windows color (decimal): -3922809 or 8856772. OLE color: 8856772.
HSL color Cylindrical-coordinate representation of color #C42487: hue angle of 322.88º 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 #C42487 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 135 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.23 |
| HSL | 322.88º | 0.69% | 0.45% | - |
| HSV(B) | 322.88º | 0.82% | 0.77% | - |
| XYZ | 27.77 | 14.75 | 24.3 | - |
| YUV | 95.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 135 | 0 | 0.82 | 0.31 | 0.23 | 322.88 | 0.69 | 0.45 |
| Hex | C4 | 24 | 87 | 0 | 52 | 1F | 17 | 143 | 45 | 2D |
| Octal | 304 | 44 | 207 | 0 | 122 | 37 | 27 | 503 | 105 | 55 |
| Binary | 11000100 | 100100 | 10000111 | 0 | 1010010 | 11111 | 10111 | 101000011 | 1000101 | 101101 |
Color Harmonies of #C42487
Complementary color
Monochromatic Colors of #C42487
Black with #C42487
Text Example
Text Example
White with #C42487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42487; }
p { color: rgb(196,36,135); }
H1.HeaderClassName
{
color: #C42487;
}
.AnyTagClassName
{
color: #C42487;
}
</style>
background-color css
<style>
a { background-color: #C42487; }
a { background-color: rgb(196,36,135); }
div.DivClassName
{
background-color: #C42487;
}
.BgClassName
{
background-color: #C42487;
}
</style>
border-color css
<style>
span { border-color: #C42487; }
span { border-color: rgb(196,36,135); }
td.TdClassName
{
border-color: #C42487;
}
.TagClassName
{
border-color: #C42487;
}
</style>