Shades of Medium Violet Red #C2068B
Tints of Medium Violet Red #C2068B
RGB
CMYK
RGB Variations
Color information
#C2068B (or 0xC2068B) is known color: Medium Violet Red. HEX triplet: C2, 06 and 8B. RGB value is (194,6,139). Sum of RGB (Red+Green+Blue) = 194+6+139=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2068B is #3DF974. Grayscale: #4D4D4D. Windows color (decimal): -4061557 or 9111234. OLE color: 9111234.
HSL color Cylindrical-coordinate representation of color #C2068B: hue angle of 317.55º 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 #C2068B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.24 |
| HSL | 317.55º | 0.94% | 0.39% | - |
| HSV(B) | 317.55º | 0.97% | 0.76% | - |
| XYZ | 26.97 | 13.46 | 25.6 | - |
| YUV | 77.37 | 162.78 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 139 | 0 | 0.97 | 0.28 | 0.24 | 317.55 | 0.94 | 0.39 |
| Hex | C2 | 6 | 8B | 0 | 61 | 1C | 18 | 13E | 5E | 27 |
| Octal | 302 | 6 | 213 | 0 | 141 | 34 | 30 | 476 | 136 | 47 |
| Binary | 11000010 | 110 | 10001011 | 0 | 1100001 | 11100 | 11000 | 100111110 | 1011110 | 100111 |
Color Harmonies of #C2068B
Complementary color
Monochromatic Colors of #C2068B
Black with #C2068B
Text Example
Text Example
White with #C2068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2068B; }
p { color: rgb(194,6,139); }
H1.HeaderClassName
{
color: #C2068B;
}
.AnyTagClassName
{
color: #C2068B;
}
</style>
background-color css
<style>
a { background-color: #C2068B; }
a { background-color: rgb(194,6,139); }
div.DivClassName
{
background-color: #C2068B;
}
.BgClassName
{
background-color: #C2068B;
}
</style>
border-color css
<style>
span { border-color: #C2068B; }
span { border-color: rgb(194,6,139); }
td.TdClassName
{
border-color: #C2068B;
}
.TagClassName
{
border-color: #C2068B;
}
</style>