Shades of Medium Violet Red #C6067E
Tints of Medium Violet Red #C6067E
RGB
CMYK
RGB Variations
Color information
#C6067E (or 0xC6067E) is known color: Medium Violet Red. HEX triplet: C6, 06 and 7E. RGB value is (198,6,126). Sum of RGB (Red+Green+Blue) = 198+6+126=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6067E is #39F981. Grayscale: #4C4C4C. Windows color (decimal): -3799426 or 8259270. OLE color: 8259270.
HSL color Cylindrical-coordinate representation of color #C6067E: hue angle of 322.5º 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 #C6067E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.22 |
| HSL | 322.5º | 0.94% | 0.4% | - |
| HSV(B) | 322.5º | 0.97% | 0.78% | - |
| XYZ | 27.12 | 13.64 | 20.94 | - |
| YUV | 77.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 126 | 0 | 0.97 | 0.36 | 0.22 | 322.5 | 0.94 | 0.4 |
| Hex | C6 | 6 | 7E | 0 | 61 | 24 | 16 | 142 | 5E | 28 |
| Octal | 306 | 6 | 176 | 0 | 141 | 44 | 26 | 502 | 136 | 50 |
| Binary | 11000110 | 110 | 1111110 | 0 | 1100001 | 100100 | 10110 | 101000010 | 1011110 | 101000 |
Color Harmonies of #C6067E
Complementary color
Monochromatic Colors of #C6067E
Black with #C6067E
Text Example
Text Example
White with #C6067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6067E; }
p { color: rgb(198,6,126); }
H1.HeaderClassName
{
color: #C6067E;
}
.AnyTagClassName
{
color: #C6067E;
}
</style>
background-color css
<style>
a { background-color: #C6067E; }
a { background-color: rgb(198,6,126); }
div.DivClassName
{
background-color: #C6067E;
}
.BgClassName
{
background-color: #C6067E;
}
</style>
border-color css
<style>
span { border-color: #C6067E; }
span { border-color: rgb(198,6,126); }
td.TdClassName
{
border-color: #C6067E;
}
.TagClassName
{
border-color: #C6067E;
}
</style>