Shades of Medium Red Violet #C03389
Tints of Medium Red Violet #C03389
RGB
CMYK
RGB Variations
Color information
#C03389 (or 0xC03389) is known color: Medium Red Violet. HEX triplet: C0, 33 and 89. RGB value is (192,51,137). Sum of RGB (Red+Green+Blue) = 192+51+137=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C03389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03389 is #3FCC76. Grayscale: #666666. Windows color (decimal): -4181111 or 8991680. OLE color: 8991680.
HSL color Cylindrical-coordinate representation of color #C03389: hue angle of 323.4º degrees, saturation: 0.58, 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 #C03389 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 137 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.25 |
| HSL | 323.4º | 0.58% | 0.48% | - |
| HSV(B) | 323.4º | 0.73% | 0.75% | - |
| XYZ | 27.44 | 15.38 | 25.19 | - |
| YUV | 102.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 137 | 0 | 0.73 | 0.29 | 0.25 | 323.4 | 0.58 | 0.48 |
| Hex | C0 | 33 | 89 | 0 | 49 | 1D | 19 | 143 | 3A | 30 |
| Octal | 300 | 63 | 211 | 0 | 111 | 35 | 31 | 503 | 72 | 60 |
| Binary | 11000000 | 110011 | 10001001 | 0 | 1001001 | 11101 | 11001 | 101000011 | 111010 | 110000 |
Color Harmonies of #C03389
Complementary color
Monochromatic Colors of #C03389
Black with #C03389
Text Example
Text Example
White with #C03389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03389; }
p { color: rgb(192,51,137); }
H1.HeaderClassName
{
color: #C03389;
}
.AnyTagClassName
{
color: #C03389;
}
</style>
background-color css
<style>
a { background-color: #C03389; }
a { background-color: rgb(192,51,137); }
div.DivClassName
{
background-color: #C03389;
}
.BgClassName
{
background-color: #C03389;
}
</style>
border-color css
<style>
span { border-color: #C03389; }
span { border-color: rgb(192,51,137); }
td.TdClassName
{
border-color: #C03389;
}
.TagClassName
{
border-color: #C03389;
}
</style>