Shades of Medium Violet Red #C7039B
Tints of Medium Violet Red #C7039B
RGB
CMYK
RGB Variations
Color information
#C7039B (or 0xC7039B) is known color: Medium Violet Red. HEX triplet: C7, 03 and 9B. RGB value is (199,3,155). Sum of RGB (Red+Green+Blue) = 199+3+155=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7039B is #38FC64. Grayscale: #4E4E4E. Windows color (decimal): -3734629 or 10159047. OLE color: 10159047.
HSL color Cylindrical-coordinate representation of color #C7039B: hue angle of 313.47º 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 #C7039B is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.22 |
| HSL | 313.47º | 0.97% | 0.4% | - |
| HSV(B) | 313.47º | 0.98% | 0.78% | - |
| XYZ | 29.5 | 14.57 | 32.27 | - |
| YUV | 78.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 155 | 0 | 0.98 | 0.22 | 0.22 | 313.47 | 0.97 | 0.4 |
| Hex | C7 | 3 | 9B | 0 | 62 | 16 | 16 | 139 | 61 | 28 |
| Octal | 307 | 3 | 233 | 0 | 142 | 26 | 26 | 471 | 141 | 50 |
| Binary | 11000111 | 11 | 10011011 | 0 | 1100010 | 10110 | 10110 | 100111001 | 1100001 | 101000 |
Color Harmonies of #C7039B
Complementary color
Monochromatic Colors of #C7039B
Black with #C7039B
Text Example
Text Example
White with #C7039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7039B; }
p { color: rgb(199,3,155); }
H1.HeaderClassName
{
color: #C7039B;
}
.AnyTagClassName
{
color: #C7039B;
}
</style>
background-color css
<style>
a { background-color: #C7039B; }
a { background-color: rgb(199,3,155); }
div.DivClassName
{
background-color: #C7039B;
}
.BgClassName
{
background-color: #C7039B;
}
</style>
border-color css
<style>
span { border-color: #C7039B; }
span { border-color: rgb(199,3,155); }
td.TdClassName
{
border-color: #C7039B;
}
.TagClassName
{
border-color: #C7039B;
}
</style>