Shades of Medium Red Violet #C03489
Tints of Medium Red Violet #C03489
RGB
CMYK
RGB Variations
Color information
#C03489 (or 0xC03489) is known color: Medium Red Violet. HEX triplet: C0, 34 and 89. RGB value is (192,52,137). Sum of RGB (Red+Green+Blue) = 192+52+137=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C03489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03489 is #3FCB76. Grayscale: #676767. Windows color (decimal): -4180855 or 8991936. OLE color: 8991936.
HSL color Cylindrical-coordinate representation of color #C03489: hue angle of 323.57º 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 #C03489 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 137 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.25 |
| HSL | 323.57º | 0.57% | 0.48% | - |
| HSV(B) | 323.57º | 0.73% | 0.75% | - |
| XYZ | 27.48 | 15.47 | 25.2 | - |
| YUV | 103.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 137 | 0 | 0.73 | 0.29 | 0.25 | 323.57 | 0.57 | 0.48 |
| Hex | C0 | 34 | 89 | 0 | 49 | 1D | 19 | 144 | 39 | 30 |
| Octal | 300 | 64 | 211 | 0 | 111 | 35 | 31 | 504 | 71 | 60 |
| Binary | 11000000 | 110100 | 10001001 | 0 | 1001001 | 11101 | 11001 | 101000100 | 111001 | 110000 |
Color Harmonies of #C03489
Complementary color
Monochromatic Colors of #C03489
Black with #C03489
Text Example
Text Example
White with #C03489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03489; }
p { color: rgb(192,52,137); }
H1.HeaderClassName
{
color: #C03489;
}
.AnyTagClassName
{
color: #C03489;
}
</style>
background-color css
<style>
a { background-color: #C03489; }
a { background-color: rgb(192,52,137); }
div.DivClassName
{
background-color: #C03489;
}
.BgClassName
{
background-color: #C03489;
}
</style>
border-color css
<style>
span { border-color: #C03489; }
span { border-color: rgb(192,52,137); }
td.TdClassName
{
border-color: #C03489;
}
.TagClassName
{
border-color: #C03489;
}
</style>