Shades of Medium Violet Red #C7067C
Tints of Medium Violet Red #C7067C
RGB
CMYK
RGB Variations
Color information
#C7067C (or 0xC7067C) is known color: Medium Violet Red. HEX triplet: C7, 06 and 7C. RGB value is (199,6,124). Sum of RGB (Red+Green+Blue) = 199+6+124=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7067C is #38F983. Grayscale: #4C4C4C. Windows color (decimal): -3733892 or 8128199. OLE color: 8128199.
HSL color Cylindrical-coordinate representation of color #C7067C: hue angle of 323.32º 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 #C7067C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.22 |
| HSL | 323.32º | 0.94% | 0.4% | - |
| HSV(B) | 323.32º | 0.97% | 0.78% | - |
| XYZ | 27.26 | 13.73 | 20.28 | - |
| YUV | 77.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 124 | 0 | 0.97 | 0.38 | 0.22 | 323.32 | 0.94 | 0.4 |
| Hex | C7 | 6 | 7C | 0 | 61 | 26 | 16 | 143 | 5E | 28 |
| Octal | 307 | 6 | 174 | 0 | 141 | 46 | 26 | 503 | 136 | 50 |
| Binary | 11000111 | 110 | 1111100 | 0 | 1100001 | 100110 | 10110 | 101000011 | 1011110 | 101000 |
Color Harmonies of #C7067C
Complementary color
Monochromatic Colors of #C7067C
Black with #C7067C
Text Example
Text Example
White with #C7067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7067C; }
p { color: rgb(199,6,124); }
H1.HeaderClassName
{
color: #C7067C;
}
.AnyTagClassName
{
color: #C7067C;
}
</style>
background-color css
<style>
a { background-color: #C7067C; }
a { background-color: rgb(199,6,124); }
div.DivClassName
{
background-color: #C7067C;
}
.BgClassName
{
background-color: #C7067C;
}
</style>
border-color css
<style>
span { border-color: #C7067C; }
span { border-color: rgb(199,6,124); }
td.TdClassName
{
border-color: #C7067C;
}
.TagClassName
{
border-color: #C7067C;
}
</style>