Shades of Medium Violet Red #C6066A
Tints of Medium Violet Red #C6066A
RGB
CMYK
RGB Variations
Color information
#C6066A (or 0xC6066A) is known color: Medium Violet Red. HEX triplet: C6, 06 and 6A. RGB value is (198,6,106). Sum of RGB (Red+Green+Blue) = 198+6+106=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6066A is #39F995. Grayscale: #4A4A4A. Windows color (decimal): -3799446 or 6948550. OLE color: 6948550.
HSL color Cylindrical-coordinate representation of color #C6066A: hue angle of 328.75º 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 #C6066A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.22 |
| HSL | 328.75º | 0.94% | 0.4% | - |
| HSV(B) | 328.75º | 0.97% | 0.78% | - |
| XYZ | 25.96 | 13.18 | 14.81 | - |
| YUV | 74.81 | 145.61 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 106 | 0 | 0.97 | 0.46 | 0.22 | 328.75 | 0.94 | 0.4 |
| Hex | C6 | 6 | 6A | 0 | 61 | 2E | 16 | 149 | 5E | 28 |
| Octal | 306 | 6 | 152 | 0 | 141 | 56 | 26 | 511 | 136 | 50 |
| Binary | 11000110 | 110 | 1101010 | 0 | 1100001 | 101110 | 10110 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C6066A
Complementary color
Monochromatic Colors of #C6066A
Black with #C6066A
Text Example
Text Example
White with #C6066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6066A; }
p { color: rgb(198,6,106); }
H1.HeaderClassName
{
color: #C6066A;
}
.AnyTagClassName
{
color: #C6066A;
}
</style>
background-color css
<style>
a { background-color: #C6066A; }
a { background-color: rgb(198,6,106); }
div.DivClassName
{
background-color: #C6066A;
}
.BgClassName
{
background-color: #C6066A;
}
</style>
border-color css
<style>
span { border-color: #C6066A; }
span { border-color: rgb(198,6,106); }
td.TdClassName
{
border-color: #C6066A;
}
.TagClassName
{
border-color: #C6066A;
}
</style>