Shades of Medium Violet Red #C7067F
Tints of Medium Violet Red #C7067F
RGB
CMYK
RGB Variations
Color information
#C7067F (or 0xC7067F) is known color: Medium Violet Red. HEX triplet: C7, 06 and 7F. RGB value is (199,6,127). Sum of RGB (Red+Green+Blue) = 199+6+127=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7067F is #38F980. Grayscale: #4D4D4D. Windows color (decimal): -3733889 or 8324807. OLE color: 8324807.
HSL color Cylindrical-coordinate representation of color #C7067F: hue angle of 322.38º 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 #C7067F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.22 |
| HSL | 322.38º | 0.94% | 0.4% | - |
| HSV(B) | 322.38º | 0.97% | 0.78% | - |
| XYZ | 27.45 | 13.8 | 21.3 | - |
| YUV | 77.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 127 | 0 | 0.97 | 0.36 | 0.22 | 322.38 | 0.94 | 0.4 |
| Hex | C7 | 6 | 7F | 0 | 61 | 24 | 16 | 142 | 5E | 28 |
| Octal | 307 | 6 | 177 | 0 | 141 | 44 | 26 | 502 | 136 | 50 |
| Binary | 11000111 | 110 | 1111111 | 0 | 1100001 | 100100 | 10110 | 101000010 | 1011110 | 101000 |
Color Harmonies of #C7067F
Complementary color
Monochromatic Colors of #C7067F
Black with #C7067F
Text Example
Text Example
White with #C7067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7067F; }
p { color: rgb(199,6,127); }
H1.HeaderClassName
{
color: #C7067F;
}
.AnyTagClassName
{
color: #C7067F;
}
</style>
background-color css
<style>
a { background-color: #C7067F; }
a { background-color: rgb(199,6,127); }
div.DivClassName
{
background-color: #C7067F;
}
.BgClassName
{
background-color: #C7067F;
}
</style>
border-color css
<style>
span { border-color: #C7067F; }
span { border-color: rgb(199,6,127); }
td.TdClassName
{
border-color: #C7067F;
}
.TagClassName
{
border-color: #C7067F;
}
</style>