Shades of Medium Violet Red #C7066C
Tints of Medium Violet Red #C7066C
RGB
CMYK
RGB Variations
Color information
#C7066C (or 0xC7066C) is known color: Medium Violet Red. HEX triplet: C7, 06 and 6C. RGB value is (199,6,108). Sum of RGB (Red+Green+Blue) = 199+6+108=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7066C is #38F993. Grayscale: #4B4B4B. Windows color (decimal): -3733908 or 7079623. OLE color: 7079623.
HSL color Cylindrical-coordinate representation of color #C7066C: hue angle of 328.29º 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 #C7066C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.22 |
| HSL | 328.29º | 0.94% | 0.4% | - |
| HSV(B) | 328.29º | 0.97% | 0.78% | - |
| XYZ | 26.33 | 13.36 | 15.38 | - |
| YUV | 75.34 | 146.44 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 108 | 0 | 0.97 | 0.46 | 0.22 | 328.29 | 0.94 | 0.4 |
| Hex | C7 | 6 | 6C | 0 | 61 | 2E | 16 | 148 | 5E | 28 |
| Octal | 307 | 6 | 154 | 0 | 141 | 56 | 26 | 510 | 136 | 50 |
| Binary | 11000111 | 110 | 1101100 | 0 | 1100001 | 101110 | 10110 | 101001000 | 1011110 | 101000 |
Color Harmonies of #C7066C
Complementary color
Monochromatic Colors of #C7066C
Black with #C7066C
Text Example
Text Example
White with #C7066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7066C; }
p { color: rgb(199,6,108); }
H1.HeaderClassName
{
color: #C7066C;
}
.AnyTagClassName
{
color: #C7066C;
}
</style>
background-color css
<style>
a { background-color: #C7066C; }
a { background-color: rgb(199,6,108); }
div.DivClassName
{
background-color: #C7066C;
}
.BgClassName
{
background-color: #C7066C;
}
</style>
border-color css
<style>
span { border-color: #C7066C; }
span { border-color: rgb(199,6,108); }
td.TdClassName
{
border-color: #C7066C;
}
.TagClassName
{
border-color: #C7066C;
}
</style>