Shades of Medium Violet Red #C6037E
Tints of Medium Violet Red #C6037E
RGB
CMYK
RGB Variations
Color information
#C6037E (or 0xC6037E) is known color: Medium Violet Red. HEX triplet: C6, 03 and 7E. RGB value is (198,3,126). Sum of RGB (Red+Green+Blue) = 198+3+126=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6037E is #39FC81. Grayscale: #4B4B4B. Windows color (decimal): -3800194 or 8258502. OLE color: 8258502.
HSL color Cylindrical-coordinate representation of color #C6037E: hue angle of 322.15º 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 #C6037E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.22 |
| HSL | 322.15º | 0.97% | 0.39% | - |
| HSV(B) | 322.15º | 0.98% | 0.78% | - |
| XYZ | 27.09 | 13.58 | 20.93 | - |
| YUV | 75.33 | 156.6 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 126 | 0 | 0.98 | 0.36 | 0.22 | 322.15 | 0.97 | 0.39 |
| Hex | C6 | 3 | 7E | 0 | 62 | 24 | 16 | 142 | 61 | 27 |
| Octal | 306 | 3 | 176 | 0 | 142 | 44 | 26 | 502 | 141 | 47 |
| Binary | 11000110 | 11 | 1111110 | 0 | 1100010 | 100100 | 10110 | 101000010 | 1100001 | 100111 |
Color Harmonies of #C6037E
Complementary color
Monochromatic Colors of #C6037E
Black with #C6037E
Text Example
Text Example
White with #C6037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6037E; }
p { color: rgb(198,3,126); }
H1.HeaderClassName
{
color: #C6037E;
}
.AnyTagClassName
{
color: #C6037E;
}
</style>
background-color css
<style>
a { background-color: #C6037E; }
a { background-color: rgb(198,3,126); }
div.DivClassName
{
background-color: #C6037E;
}
.BgClassName
{
background-color: #C6037E;
}
</style>
border-color css
<style>
span { border-color: #C6037E; }
span { border-color: rgb(198,3,126); }
td.TdClassName
{
border-color: #C6037E;
}
.TagClassName
{
border-color: #C6037E;
}
</style>