Shades of Medium Violet Red #C2056C
Tints of Medium Violet Red #C2056C
RGB
CMYK
RGB Variations
Color information
#C2056C (or 0xC2056C) is known color: Medium Violet Red. HEX triplet: C2, 05 and 6C. RGB value is (194,5,108). Sum of RGB (Red+Green+Blue) = 194+5+108=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2056C is #3DFA93. Grayscale: #494949. Windows color (decimal): -4061844 or 7079362. OLE color: 7079362.
HSL color Cylindrical-coordinate representation of color #C2056C: hue angle of 327.3º 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 #C2056C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.24 |
| HSL | 327.3º | 0.95% | 0.39% | - |
| HSV(B) | 327.3º | 0.97% | 0.76% | - |
| XYZ | 25.01 | 12.66 | 15.31 | - |
| YUV | 73.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 108 | 0 | 0.97 | 0.44 | 0.24 | 327.3 | 0.95 | 0.39 |
| Hex | C2 | 5 | 6C | 0 | 61 | 2C | 18 | 147 | 5F | 27 |
| Octal | 302 | 5 | 154 | 0 | 141 | 54 | 30 | 507 | 137 | 47 |
| Binary | 11000010 | 101 | 1101100 | 0 | 1100001 | 101100 | 11000 | 101000111 | 1011111 | 100111 |
Color Harmonies of #C2056C
Complementary color
Monochromatic Colors of #C2056C
Black with #C2056C
Text Example
Text Example
White with #C2056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2056C; }
p { color: rgb(194,5,108); }
H1.HeaderClassName
{
color: #C2056C;
}
.AnyTagClassName
{
color: #C2056C;
}
</style>
background-color css
<style>
a { background-color: #C2056C; }
a { background-color: rgb(194,5,108); }
div.DivClassName
{
background-color: #C2056C;
}
.BgClassName
{
background-color: #C2056C;
}
</style>
border-color css
<style>
span { border-color: #C2056C; }
span { border-color: rgb(194,5,108); }
td.TdClassName
{
border-color: #C2056C;
}
.TagClassName
{
border-color: #C2056C;
}
</style>