Shades of Medium Red Violet #C03D89
Tints of Medium Red Violet #C03D89
RGB
CMYK
RGB Variations
Color information
#C03D89 (or 0xC03D89) is known color: Medium Red Violet. HEX triplet: C0, 3D and 89. RGB value is (192,61,137). Sum of RGB (Red+Green+Blue) = 192+61+137=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D89 is #3FC276. Grayscale: #6C6C6C. Windows color (decimal): -4178551 or 8994240. OLE color: 8994240.
HSL color Cylindrical-coordinate representation of color #C03D89: hue angle of 325.19º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D89 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 137 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.25 |
| HSL | 325.19º | 0.52% | 0.5% | - |
| HSV(B) | 325.19º | 0.68% | 0.75% | - |
| XYZ | 27.92 | 16.35 | 25.35 | - |
| YUV | 108.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 137 | 0 | 0.68 | 0.29 | 0.25 | 325.19 | 0.52 | 0.5 |
| Hex | C0 | 3D | 89 | 0 | 44 | 1D | 19 | 145 | 34 | 32 |
| Octal | 300 | 75 | 211 | 0 | 104 | 35 | 31 | 505 | 64 | 62 |
| Binary | 11000000 | 111101 | 10001001 | 0 | 1000100 | 11101 | 11001 | 101000101 | 110100 | 110010 |
Color Harmonies of #C03D89
Complementary color
Monochromatic Colors of #C03D89
Black with #C03D89
Text Example
Text Example
White with #C03D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D89; }
p { color: rgb(192,61,137); }
H1.HeaderClassName
{
color: #C03D89;
}
.AnyTagClassName
{
color: #C03D89;
}
</style>
background-color css
<style>
a { background-color: #C03D89; }
a { background-color: rgb(192,61,137); }
div.DivClassName
{
background-color: #C03D89;
}
.BgClassName
{
background-color: #C03D89;
}
</style>
border-color css
<style>
span { border-color: #C03D89; }
span { border-color: rgb(192,61,137); }
td.TdClassName
{
border-color: #C03D89;
}
.TagClassName
{
border-color: #C03D89;
}
</style>