Shades of Medium Violet Red #C7036D
Tints of Medium Violet Red #C7036D
RGB
CMYK
RGB Variations
Color information
#C7036D (or 0xC7036D) is known color: Medium Violet Red. HEX triplet: C7, 03 and 6D. RGB value is (199,3,109). Sum of RGB (Red+Green+Blue) = 199+3+109=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7036D is #38FC92. Grayscale: #494949. Windows color (decimal): -3734675 or 7144391. OLE color: 7144391.
HSL color Cylindrical-coordinate representation of color #C7036D: hue angle of 327.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7036D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.22 |
| HSL | 327.55º | 0.97% | 0.4% | - |
| HSV(B) | 327.55º | 0.98% | 0.78% | - |
| XYZ | 26.35 | 13.31 | 15.65 | - |
| YUV | 73.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 109 | 0 | 0.98 | 0.45 | 0.22 | 327.55 | 0.97 | 0.4 |
| Hex | C7 | 3 | 6D | 0 | 62 | 2D | 16 | 148 | 61 | 28 |
| Octal | 307 | 3 | 155 | 0 | 142 | 55 | 26 | 510 | 141 | 50 |
| Binary | 11000111 | 11 | 1101101 | 0 | 1100010 | 101101 | 10110 | 101001000 | 1100001 | 101000 |
Color Harmonies of #C7036D
Complementary color
Monochromatic Colors of #C7036D
Black with #C7036D
Text Example
Text Example
White with #C7036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7036D; }
p { color: rgb(199,3,109); }
H1.HeaderClassName
{
color: #C7036D;
}
.AnyTagClassName
{
color: #C7036D;
}
</style>
background-color css
<style>
a { background-color: #C7036D; }
a { background-color: rgb(199,3,109); }
div.DivClassName
{
background-color: #C7036D;
}
.BgClassName
{
background-color: #C7036D;
}
</style>
border-color css
<style>
span { border-color: #C7036D; }
span { border-color: rgb(199,3,109); }
td.TdClassName
{
border-color: #C7036D;
}
.TagClassName
{
border-color: #C7036D;
}
</style>