Shades of Medium Red Violet #C03189
Tints of Medium Red Violet #C03189
RGB
CMYK
RGB Variations
Color information
#C03189 (or 0xC03189) is known color: Medium Red Violet. HEX triplet: C0, 31 and 89. RGB value is (192,49,137). Sum of RGB (Red+Green+Blue) = 192+49+137=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03189 is #3FCE76. Grayscale: #656565. Windows color (decimal): -4181623 or 8991168. OLE color: 8991168.
HSL color Cylindrical-coordinate representation of color #C03189: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03189 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 137 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.25 |
| HSL | 323.08º | 0.59% | 0.47% | - |
| HSV(B) | 323.08º | 0.74% | 0.75% | - |
| XYZ | 27.35 | 15.21 | 25.16 | - |
| YUV | 101.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 137 | 0 | 0.74 | 0.29 | 0.25 | 323.08 | 0.59 | 0.47 |
| Hex | C0 | 31 | 89 | 0 | 4A | 1D | 19 | 143 | 3B | 2F |
| Octal | 300 | 61 | 211 | 0 | 112 | 35 | 31 | 503 | 73 | 57 |
| Binary | 11000000 | 110001 | 10001001 | 0 | 1001010 | 11101 | 11001 | 101000011 | 111011 | 101111 |
Color Harmonies of #C03189
Complementary color
Monochromatic Colors of #C03189
Black with #C03189
Text Example
Text Example
White with #C03189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03189; }
p { color: rgb(192,49,137); }
H1.HeaderClassName
{
color: #C03189;
}
.AnyTagClassName
{
color: #C03189;
}
</style>
background-color css
<style>
a { background-color: #C03189; }
a { background-color: rgb(192,49,137); }
div.DivClassName
{
background-color: #C03189;
}
.BgClassName
{
background-color: #C03189;
}
</style>
border-color css
<style>
span { border-color: #C03189; }
span { border-color: rgb(192,49,137); }
td.TdClassName
{
border-color: #C03189;
}
.TagClassName
{
border-color: #C03189;
}
</style>