Shades of Medium Violet Red #C2068E
Tints of Medium Violet Red #C2068E
RGB
CMYK
RGB Variations
Color information
#C2068E (or 0xC2068E) is known color: Medium Violet Red. HEX triplet: C2, 06 and 8E. RGB value is (194,6,142). Sum of RGB (Red+Green+Blue) = 194+6+142=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2068E is #3DF971. Grayscale: #4D4D4D. Windows color (decimal): -4061554 or 9307842. OLE color: 9307842.
HSL color Cylindrical-coordinate representation of color #C2068E: hue angle of 316.6º 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 #C2068E is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.24 |
| HSL | 316.6º | 0.94% | 0.39% | - |
| HSV(B) | 316.6º | 0.97% | 0.76% | - |
| XYZ | 27.2 | 13.55 | 26.77 | - |
| YUV | 77.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 142 | 0 | 0.97 | 0.27 | 0.24 | 316.6 | 0.94 | 0.39 |
| Hex | C2 | 6 | 8E | 0 | 61 | 1B | 18 | 13D | 5E | 27 |
| Octal | 302 | 6 | 216 | 0 | 141 | 33 | 30 | 475 | 136 | 47 |
| Binary | 11000010 | 110 | 10001110 | 0 | 1100001 | 11011 | 11000 | 100111101 | 1011110 | 100111 |
Color Harmonies of #C2068E
Complementary color
Monochromatic Colors of #C2068E
Black with #C2068E
Text Example
Text Example
White with #C2068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2068E; }
p { color: rgb(194,6,142); }
H1.HeaderClassName
{
color: #C2068E;
}
.AnyTagClassName
{
color: #C2068E;
}
</style>
background-color css
<style>
a { background-color: #C2068E; }
a { background-color: rgb(194,6,142); }
div.DivClassName
{
background-color: #C2068E;
}
.BgClassName
{
background-color: #C2068E;
}
</style>
border-color css
<style>
span { border-color: #C2068E; }
span { border-color: rgb(194,6,142); }
td.TdClassName
{
border-color: #C2068E;
}
.TagClassName
{
border-color: #C2068E;
}
</style>