Shades of Medium Violet Red #C0037D
Tints of Medium Violet Red #C0037D
RGB
CMYK
RGB Variations
Color information
#C0037D (or 0xC0037D) is known color: Medium Violet Red. HEX triplet: C0, 03 and 7D. RGB value is (192,3,125). Sum of RGB (Red+Green+Blue) = 192+3+125=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0037D is #3FFC82. Grayscale: #494949. Windows color (decimal): -4193411 or 8192960. OLE color: 8192960.
HSL color Cylindrical-coordinate representation of color #C0037D: hue angle of 321.27º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0037D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.25 |
| HSL | 321.27º | 0.97% | 0.38% | - |
| HSV(B) | 321.27º | 0.98% | 0.75% | - |
| XYZ | 25.47 | 12.75 | 20.52 | - |
| YUV | 73.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 125 | 0 | 0.98 | 0.35 | 0.25 | 321.27 | 0.97 | 0.38 |
| Hex | C0 | 3 | 7D | 0 | 62 | 23 | 19 | 141 | 61 | 26 |
| Octal | 300 | 3 | 175 | 0 | 142 | 43 | 31 | 501 | 141 | 46 |
| Binary | 11000000 | 11 | 1111101 | 0 | 1100010 | 100011 | 11001 | 101000001 | 1100001 | 100110 |
Color Harmonies of #C0037D
Complementary color
Monochromatic Colors of #C0037D
Black with #C0037D
Text Example
Text Example
White with #C0037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0037D; }
p { color: rgb(192,3,125); }
H1.HeaderClassName
{
color: #C0037D;
}
.AnyTagClassName
{
color: #C0037D;
}
</style>
background-color css
<style>
a { background-color: #C0037D; }
a { background-color: rgb(192,3,125); }
div.DivClassName
{
background-color: #C0037D;
}
.BgClassName
{
background-color: #C0037D;
}
</style>
border-color css
<style>
span { border-color: #C0037D; }
span { border-color: rgb(192,3,125); }
td.TdClassName
{
border-color: #C0037D;
}
.TagClassName
{
border-color: #C0037D;
}
</style>