Shades of Medium Violet Red #C7066B
Tints of Medium Violet Red #C7066B
RGB
CMYK
RGB Variations
Color information
#C7066B (or 0xC7066B) is known color: Medium Violet Red. HEX triplet: C7, 06 and 6B. RGB value is (199,6,107). Sum of RGB (Red+Green+Blue) = 199+6+107=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7066B is #38F994. Grayscale: #4B4B4B. Windows color (decimal): -3733909 or 7014087. OLE color: 7014087.
HSL color Cylindrical-coordinate representation of color #C7066B: hue angle of 328.6º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7066B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.22 |
| HSL | 328.6º | 0.94% | 0.4% | - |
| HSV(B) | 328.6º | 0.97% | 0.78% | - |
| XYZ | 26.27 | 13.33 | 15.1 | - |
| YUV | 75.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 107 | 0 | 0.97 | 0.46 | 0.22 | 328.6 | 0.94 | 0.4 |
| Hex | C7 | 6 | 6B | 0 | 61 | 2E | 16 | 149 | 5E | 28 |
| Octal | 307 | 6 | 153 | 0 | 141 | 56 | 26 | 511 | 136 | 50 |
| Binary | 11000111 | 110 | 1101011 | 0 | 1100001 | 101110 | 10110 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C7066B
Complementary color
Monochromatic Colors of #C7066B
Black with #C7066B
Text Example
Text Example
White with #C7066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7066B; }
p { color: rgb(199,6,107); }
H1.HeaderClassName
{
color: #C7066B;
}
.AnyTagClassName
{
color: #C7066B;
}
</style>
background-color css
<style>
a { background-color: #C7066B; }
a { background-color: rgb(199,6,107); }
div.DivClassName
{
background-color: #C7066B;
}
.BgClassName
{
background-color: #C7066B;
}
</style>
border-color css
<style>
span { border-color: #C7066B; }
span { border-color: rgb(199,6,107); }
td.TdClassName
{
border-color: #C7066B;
}
.TagClassName
{
border-color: #C7066B;
}
</style>