Shades of Medium Violet Red #C3037C
Tints of Medium Violet Red #C3037C
RGB
CMYK
RGB Variations
Color information
#C3037C (or 0xC3037C) is known color: Medium Violet Red. HEX triplet: C3, 03 and 7C. RGB value is (195,3,124). Sum of RGB (Red+Green+Blue) = 195+3+124=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3037C is #3CFC83. Grayscale: #494949. Windows color (decimal): -3996804 or 8127427. OLE color: 8127427.
HSL color Cylindrical-coordinate representation of color #C3037C: hue angle of 322.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3037C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.24 |
| HSL | 322.19º | 0.97% | 0.39% | - |
| HSV(B) | 322.19º | 0.98% | 0.76% | - |
| XYZ | 26.18 | 13.12 | 20.22 | - |
| YUV | 74.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 124 | 0 | 0.98 | 0.36 | 0.24 | 322.19 | 0.97 | 0.39 |
| Hex | C3 | 3 | 7C | 0 | 62 | 24 | 18 | 142 | 61 | 27 |
| Octal | 303 | 3 | 174 | 0 | 142 | 44 | 30 | 502 | 141 | 47 |
| Binary | 11000011 | 11 | 1111100 | 0 | 1100010 | 100100 | 11000 | 101000010 | 1100001 | 100111 |
Color Harmonies of #C3037C
Complementary color
Monochromatic Colors of #C3037C
Black with #C3037C
Text Example
Text Example
White with #C3037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3037C; }
p { color: rgb(195,3,124); }
H1.HeaderClassName
{
color: #C3037C;
}
.AnyTagClassName
{
color: #C3037C;
}
</style>
background-color css
<style>
a { background-color: #C3037C; }
a { background-color: rgb(195,3,124); }
div.DivClassName
{
background-color: #C3037C;
}
.BgClassName
{
background-color: #C3037C;
}
</style>
border-color css
<style>
span { border-color: #C3037C; }
span { border-color: rgb(195,3,124); }
td.TdClassName
{
border-color: #C3037C;
}
.TagClassName
{
border-color: #C3037C;
}
</style>