Shades of Medium Red Violet #C03487
Tints of Medium Red Violet #C03487
RGB
CMYK
RGB Variations
Color information
#C03487 (or 0xC03487) is known color: Medium Red Violet. HEX triplet: C0, 34 and 87. RGB value is (192,52,135). Sum of RGB (Red+Green+Blue) = 192+52+135=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C03487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03487 is #3FCB78. Grayscale: #676767. Windows color (decimal): -4180857 or 8860864. OLE color: 8860864.
HSL color Cylindrical-coordinate representation of color #C03487: hue angle of 324.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03487 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 135 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.25 |
| HSL | 324.43º | 0.57% | 0.48% | - |
| HSV(B) | 324.43º | 0.73% | 0.75% | - |
| XYZ | 27.34 | 15.41 | 24.46 | - |
| YUV | 103.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 135 | 0 | 0.73 | 0.30 | 0.25 | 324.43 | 0.57 | 0.48 |
| Hex | C0 | 34 | 87 | 0 | 49 | 1E | 19 | 144 | 39 | 30 |
| Octal | 300 | 64 | 207 | 0 | 111 | 36 | 31 | 504 | 71 | 60 |
| Binary | 11000000 | 110100 | 10000111 | 0 | 1001001 | 11110 | 11001 | 101000100 | 111001 | 110000 |
Color Harmonies of #C03487
Complementary color
Monochromatic Colors of #C03487
Black with #C03487
Text Example
Text Example
White with #C03487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03487; }
p { color: rgb(192,52,135); }
H1.HeaderClassName
{
color: #C03487;
}
.AnyTagClassName
{
color: #C03487;
}
</style>
background-color css
<style>
a { background-color: #C03487; }
a { background-color: rgb(192,52,135); }
div.DivClassName
{
background-color: #C03487;
}
.BgClassName
{
background-color: #C03487;
}
</style>
border-color css
<style>
span { border-color: #C03487; }
span { border-color: rgb(192,52,135); }
td.TdClassName
{
border-color: #C03487;
}
.TagClassName
{
border-color: #C03487;
}
</style>