Shades of Medium Red Violet #C43487
Tints of Medium Red Violet #C43487
RGB
CMYK
RGB Variations
Color information
#C43487 (or 0xC43487) is known color: Medium Red Violet. HEX triplet: C4, 34 and 87. RGB value is (196,52,135). Sum of RGB (Red+Green+Blue) = 196+52+135=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C43487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43487 is #3BCB78. Grayscale: #686868. Windows color (decimal): -3918713 or 8860868. OLE color: 8860868.
HSL color Cylindrical-coordinate representation of color #C43487: hue angle of 325.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43487 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 135 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.23 |
| HSL | 325.42º | 0.58% | 0.49% | - |
| HSV(B) | 325.42º | 0.73% | 0.77% | - |
| XYZ | 28.37 | 15.94 | 24.5 | - |
| YUV | 104.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 135 | 0 | 0.73 | 0.31 | 0.23 | 325.42 | 0.58 | 0.49 |
| Hex | C4 | 34 | 87 | 0 | 49 | 1F | 17 | 145 | 3A | 31 |
| Octal | 304 | 64 | 207 | 0 | 111 | 37 | 27 | 505 | 72 | 61 |
| Binary | 11000100 | 110100 | 10000111 | 0 | 1001001 | 11111 | 10111 | 101000101 | 111010 | 110001 |
Color Harmonies of #C43487
Complementary color
Monochromatic Colors of #C43487
Black with #C43487
Text Example
Text Example
White with #C43487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43487; }
p { color: rgb(196,52,135); }
H1.HeaderClassName
{
color: #C43487;
}
.AnyTagClassName
{
color: #C43487;
}
</style>
background-color css
<style>
a { background-color: #C43487; }
a { background-color: rgb(196,52,135); }
div.DivClassName
{
background-color: #C43487;
}
.BgClassName
{
background-color: #C43487;
}
</style>
border-color css
<style>
span { border-color: #C43487; }
span { border-color: rgb(196,52,135); }
td.TdClassName
{
border-color: #C43487;
}
.TagClassName
{
border-color: #C43487;
}
</style>