Shades of Medium Violet Red #C20189
Tints of Medium Violet Red #C20189
RGB
CMYK
RGB Variations
Color information
#C20189 (or 0xC20189) is known color: Medium Violet Red. HEX triplet: C2, 01 and 89. RGB value is (194,1,137). Sum of RGB (Red+Green+Blue) = 194+1+137=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20189 is #3DFE76. Grayscale: #494949. Windows color (decimal): -4062839 or 8978882. OLE color: 8978882.
HSL color Cylindrical-coordinate representation of color #C20189: hue angle of 317.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20189 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.24 |
| HSL | 317.72º | 0.99% | 0.38% | - |
| HSV(B) | 317.72º | 0.99% | 0.76% | - |
| XYZ | 26.77 | 13.3 | 24.82 | - |
| YUV | 74.21 | 163.44 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 137 | 0 | 0.99 | 0.29 | 0.24 | 317.72 | 0.99 | 0.38 |
| Hex | C2 | 1 | 89 | 0 | 63 | 1D | 18 | 13E | 63 | 26 |
| Octal | 302 | 1 | 211 | 0 | 143 | 35 | 30 | 476 | 143 | 46 |
| Binary | 11000010 | 1 | 10001001 | 0 | 1100011 | 11101 | 11000 | 100111110 | 1100011 | 100110 |
Color Harmonies of #C20189
Complementary color
Monochromatic Colors of #C20189
Black with #C20189
Text Example
Text Example
White with #C20189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20189; }
p { color: rgb(194,1,137); }
H1.HeaderClassName
{
color: #C20189;
}
.AnyTagClassName
{
color: #C20189;
}
</style>
background-color css
<style>
a { background-color: #C20189; }
a { background-color: rgb(194,1,137); }
div.DivClassName
{
background-color: #C20189;
}
.BgClassName
{
background-color: #C20189;
}
</style>
border-color css
<style>
span { border-color: #C20189; }
span { border-color: rgb(194,1,137); }
td.TdClassName
{
border-color: #C20189;
}
.TagClassName
{
border-color: #C20189;
}
</style>