Shades of Medium Violet Red #C2059B
Tints of Medium Violet Red #C2059B
RGB
CMYK
RGB Variations
Color information
#C2059B (or 0xC2059B) is known color: Medium Violet Red. HEX triplet: C2, 05 and 9B. RGB value is (194,5,155). Sum of RGB (Red+Green+Blue) = 194+5+155=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2059B is #3DFA64. Grayscale: #4E4E4E. Windows color (decimal): -4061797 or 10159554. OLE color: 10159554.
HSL color Cylindrical-coordinate representation of color #C2059B: hue angle of 312.38º 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 #C2059B is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.24 |
| HSL | 312.38º | 0.95% | 0.39% | - |
| HSV(B) | 312.38º | 0.97% | 0.76% | - |
| XYZ | 28.22 | 13.94 | 32.21 | - |
| YUV | 78.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 155 | 0 | 0.97 | 0.20 | 0.24 | 312.38 | 0.95 | 0.39 |
| Hex | C2 | 5 | 9B | 0 | 61 | 14 | 18 | 138 | 5F | 27 |
| Octal | 302 | 5 | 233 | 0 | 141 | 24 | 30 | 470 | 137 | 47 |
| Binary | 11000010 | 101 | 10011011 | 0 | 1100001 | 10100 | 11000 | 100111000 | 1011111 | 100111 |
Color Harmonies of #C2059B
Complementary color
Monochromatic Colors of #C2059B
Black with #C2059B
Text Example
Text Example
White with #C2059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2059B; }
p { color: rgb(194,5,155); }
H1.HeaderClassName
{
color: #C2059B;
}
.AnyTagClassName
{
color: #C2059B;
}
</style>
background-color css
<style>
a { background-color: #C2059B; }
a { background-color: rgb(194,5,155); }
div.DivClassName
{
background-color: #C2059B;
}
.BgClassName
{
background-color: #C2059B;
}
</style>
border-color css
<style>
span { border-color: #C2059B; }
span { border-color: rgb(194,5,155); }
td.TdClassName
{
border-color: #C2059B;
}
.TagClassName
{
border-color: #C2059B;
}
</style>