Shades of Medium Violet Red #C2056D
Tints of Medium Violet Red #C2056D
RGB
CMYK
RGB Variations
Color information
#C2056D (or 0xC2056D) is known color: Medium Violet Red. HEX triplet: C2, 05 and 6D. RGB value is (194,5,109). Sum of RGB (Red+Green+Blue) = 194+5+109=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2056D is #3DFA92. Grayscale: #494949. Windows color (decimal): -4061843 or 7144898. OLE color: 7144898.
HSL color Cylindrical-coordinate representation of color #C2056D: hue angle of 326.98º degrees, saturation: 0.95, 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 #C2056D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.24 |
| HSL | 326.98º | 0.95% | 0.39% | - |
| HSV(B) | 326.98º | 0.97% | 0.76% | - |
| XYZ | 25.06 | 12.68 | 15.59 | - |
| YUV | 73.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 109 | 0 | 0.97 | 0.44 | 0.24 | 326.98 | 0.95 | 0.39 |
| Hex | C2 | 5 | 6D | 0 | 61 | 2C | 18 | 147 | 5F | 27 |
| Octal | 302 | 5 | 155 | 0 | 141 | 54 | 30 | 507 | 137 | 47 |
| Binary | 11000010 | 101 | 1101101 | 0 | 1100001 | 101100 | 11000 | 101000111 | 1011111 | 100111 |
Color Harmonies of #C2056D
Complementary color
Monochromatic Colors of #C2056D
Black with #C2056D
Text Example
Text Example
White with #C2056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2056D; }
p { color: rgb(194,5,109); }
H1.HeaderClassName
{
color: #C2056D;
}
.AnyTagClassName
{
color: #C2056D;
}
</style>
background-color css
<style>
a { background-color: #C2056D; }
a { background-color: rgb(194,5,109); }
div.DivClassName
{
background-color: #C2056D;
}
.BgClassName
{
background-color: #C2056D;
}
</style>
border-color css
<style>
span { border-color: #C2056D; }
span { border-color: rgb(194,5,109); }
td.TdClassName
{
border-color: #C2056D;
}
.TagClassName
{
border-color: #C2056D;
}
</style>