Shades of Medium Violet Red #C2066E
Tints of Medium Violet Red #C2066E
RGB
CMYK
RGB Variations
Color information
#C2066E (or 0xC2066E) is known color: Medium Violet Red. HEX triplet: C2, 06 and 6E. RGB value is (194,6,110). Sum of RGB (Red+Green+Blue) = 194+6+110=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2066E is #3DF991. Grayscale: #494949. Windows color (decimal): -4061586 or 7210690. OLE color: 7210690.
HSL color Cylindrical-coordinate representation of color #C2066E: hue angle of 326.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2066E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.24 |
| HSL | 326.81º | 0.94% | 0.39% | - |
| HSV(B) | 326.81º | 0.97% | 0.76% | - |
| XYZ | 25.13 | 12.73 | 15.88 | - |
| YUV | 74.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 110 | 0 | 0.97 | 0.43 | 0.24 | 326.81 | 0.94 | 0.39 |
| Hex | C2 | 6 | 6E | 0 | 61 | 2B | 18 | 147 | 5E | 27 |
| Octal | 302 | 6 | 156 | 0 | 141 | 53 | 30 | 507 | 136 | 47 |
| Binary | 11000010 | 110 | 1101110 | 0 | 1100001 | 101011 | 11000 | 101000111 | 1011110 | 100111 |
Color Harmonies of #C2066E
Complementary color
Monochromatic Colors of #C2066E
Black with #C2066E
Text Example
Text Example
White with #C2066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2066E; }
p { color: rgb(194,6,110); }
H1.HeaderClassName
{
color: #C2066E;
}
.AnyTagClassName
{
color: #C2066E;
}
</style>
background-color css
<style>
a { background-color: #C2066E; }
a { background-color: rgb(194,6,110); }
div.DivClassName
{
background-color: #C2066E;
}
.BgClassName
{
background-color: #C2066E;
}
</style>
border-color css
<style>
span { border-color: #C2066E; }
span { border-color: rgb(194,6,110); }
td.TdClassName
{
border-color: #C2066E;
}
.TagClassName
{
border-color: #C2066E;
}
</style>