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