Shades of Medium Violet Red #C2086F
Tints of Medium Violet Red #C2086F
RGB
CMYK
RGB Variations
Color information
#C2086F (or 0xC2086F) is known color: Medium Violet Red. HEX triplet: C2, 08 and 6F. RGB value is (194,8,111). Sum of RGB (Red+Green+Blue) = 194+8+111=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2086F is #3DF790. Grayscale: #4B4B4B. Windows color (decimal): -4061073 or 7276738. OLE color: 7276738.
HSL color Cylindrical-coordinate representation of color #C2086F: hue angle of 326.77º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2086F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 111 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.24 |
| HSL | 326.77º | 0.92% | 0.4% | - |
| HSV(B) | 326.77º | 0.96% | 0.76% | - |
| XYZ | 25.2 | 12.79 | 16.18 | - |
| YUV | 75.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 111 | 0 | 0.96 | 0.43 | 0.24 | 326.77 | 0.92 | 0.4 |
| Hex | C2 | 8 | 6F | 0 | 60 | 2B | 18 | 147 | 5C | 28 |
| Octal | 302 | 10 | 157 | 0 | 140 | 53 | 30 | 507 | 134 | 50 |
| Binary | 11000010 | 1000 | 1101111 | 0 | 1100000 | 101011 | 11000 | 101000111 | 1011100 | 101000 |
Color Harmonies of #C2086F
Complementary color
Monochromatic Colors of #C2086F
Black with #C2086F
Text Example
Text Example
White with #C2086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2086F; }
p { color: rgb(194,8,111); }
H1.HeaderClassName
{
color: #C2086F;
}
.AnyTagClassName
{
color: #C2086F;
}
</style>
background-color css
<style>
a { background-color: #C2086F; }
a { background-color: rgb(194,8,111); }
div.DivClassName
{
background-color: #C2086F;
}
.BgClassName
{
background-color: #C2086F;
}
</style>
border-color css
<style>
span { border-color: #C2086F; }
span { border-color: rgb(194,8,111); }
td.TdClassName
{
border-color: #C2086F;
}
.TagClassName
{
border-color: #C2086F;
}
</style>