Shades of Medium Violet Red #C2066B
Tints of Medium Violet Red #C2066B
RGB
CMYK
RGB Variations
Color information
#C2066B (or 0xC2066B) is known color: Medium Violet Red. HEX triplet: C2, 06 and 6B. RGB value is (194,6,107). Sum of RGB (Red+Green+Blue) = 194+6+107=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2066B is #3DF994. Grayscale: #494949. Windows color (decimal): -4061589 or 7014082. OLE color: 7014082.
HSL color Cylindrical-coordinate representation of color #C2066B: hue angle of 327.77º 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 #C2066B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.24 |
| HSL | 327.77º | 0.94% | 0.39% | - |
| HSV(B) | 327.77º | 0.97% | 0.76% | - |
| XYZ | 24.97 | 12.66 | 15.04 | - |
| YUV | 73.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 107 | 0 | 0.97 | 0.45 | 0.24 | 327.77 | 0.94 | 0.39 |
| Hex | C2 | 6 | 6B | 0 | 61 | 2D | 18 | 148 | 5E | 27 |
| Octal | 302 | 6 | 153 | 0 | 141 | 55 | 30 | 510 | 136 | 47 |
| Binary | 11000010 | 110 | 1101011 | 0 | 1100001 | 101101 | 11000 | 101001000 | 1011110 | 100111 |
Color Harmonies of #C2066B
Complementary color
Monochromatic Colors of #C2066B
Black with #C2066B
Text Example
Text Example
White with #C2066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2066B; }
p { color: rgb(194,6,107); }
H1.HeaderClassName
{
color: #C2066B;
}
.AnyTagClassName
{
color: #C2066B;
}
</style>
background-color css
<style>
a { background-color: #C2066B; }
a { background-color: rgb(194,6,107); }
div.DivClassName
{
background-color: #C2066B;
}
.BgClassName
{
background-color: #C2066B;
}
</style>
border-color css
<style>
span { border-color: #C2066B; }
span { border-color: rgb(194,6,107); }
td.TdClassName
{
border-color: #C2066B;
}
.TagClassName
{
border-color: #C2066B;
}
</style>