Shades of Medium Violet Red #C20689
Tints of Medium Violet Red #C20689
RGB
CMYK
RGB Variations
Color information
#C20689 (or 0xC20689) is known color: Medium Violet Red. HEX triplet: C2, 06 and 89. RGB value is (194,6,137). Sum of RGB (Red+Green+Blue) = 194+6+137=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C20689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20689 is #3DF976. Grayscale: #4C4C4C. Windows color (decimal): -4061559 or 8980162. OLE color: 8980162.
HSL color Cylindrical-coordinate representation of color #C20689: hue angle of 318.19º 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 #C20689 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.24 |
| HSL | 318.19º | 0.94% | 0.39% | - |
| HSV(B) | 318.19º | 0.97% | 0.76% | - |
| XYZ | 26.83 | 13.41 | 24.84 | - |
| YUV | 77.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 137 | 0 | 0.97 | 0.29 | 0.24 | 318.19 | 0.94 | 0.39 |
| Hex | C2 | 6 | 89 | 0 | 61 | 1D | 18 | 13E | 5E | 27 |
| Octal | 302 | 6 | 211 | 0 | 141 | 35 | 30 | 476 | 136 | 47 |
| Binary | 11000010 | 110 | 10001001 | 0 | 1100001 | 11101 | 11000 | 100111110 | 1011110 | 100111 |
Color Harmonies of #C20689
Complementary color
Monochromatic Colors of #C20689
Black with #C20689
Text Example
Text Example
White with #C20689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20689; }
p { color: rgb(194,6,137); }
H1.HeaderClassName
{
color: #C20689;
}
.AnyTagClassName
{
color: #C20689;
}
</style>
background-color css
<style>
a { background-color: #C20689; }
a { background-color: rgb(194,6,137); }
div.DivClassName
{
background-color: #C20689;
}
.BgClassName
{
background-color: #C20689;
}
</style>
border-color css
<style>
span { border-color: #C20689; }
span { border-color: rgb(194,6,137); }
td.TdClassName
{
border-color: #C20689;
}
.TagClassName
{
border-color: #C20689;
}
</style>