Shades of Medium Violet Red #C6037D
Tints of Medium Violet Red #C6037D
RGB
CMYK
RGB Variations
Color information
#C6037D (or 0xC6037D) is known color: Medium Violet Red. HEX triplet: C6, 03 and 7D. RGB value is (198,3,125). Sum of RGB (Red+Green+Blue) = 198+3+125=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6037D is #39FC82. Grayscale: #4A4A4A. Windows color (decimal): -3800195 or 8192966. OLE color: 8192966.
HSL color Cylindrical-coordinate representation of color #C6037D: hue angle of 322.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6037D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.22 |
| HSL | 322.46º | 0.97% | 0.39% | - |
| HSV(B) | 322.46º | 0.98% | 0.78% | - |
| XYZ | 27.02 | 13.55 | 20.59 | - |
| YUV | 75.21 | 156.1 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 125 | 0 | 0.98 | 0.37 | 0.22 | 322.46 | 0.97 | 0.39 |
| Hex | C6 | 3 | 7D | 0 | 62 | 25 | 16 | 142 | 61 | 27 |
| Octal | 306 | 3 | 175 | 0 | 142 | 45 | 26 | 502 | 141 | 47 |
| Binary | 11000110 | 11 | 1111101 | 0 | 1100010 | 100101 | 10110 | 101000010 | 1100001 | 100111 |
Color Harmonies of #C6037D
Complementary color
Monochromatic Colors of #C6037D
Black with #C6037D
Text Example
Text Example
White with #C6037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6037D; }
p { color: rgb(198,3,125); }
H1.HeaderClassName
{
color: #C6037D;
}
.AnyTagClassName
{
color: #C6037D;
}
</style>
background-color css
<style>
a { background-color: #C6037D; }
a { background-color: rgb(198,3,125); }
div.DivClassName
{
background-color: #C6037D;
}
.BgClassName
{
background-color: #C6037D;
}
</style>
border-color css
<style>
span { border-color: #C6037D; }
span { border-color: rgb(198,3,125); }
td.TdClassName
{
border-color: #C6037D;
}
.TagClassName
{
border-color: #C6037D;
}
</style>