Shades of Medium Violet Red #C20181
Tints of Medium Violet Red #C20181
RGB
CMYK
RGB Variations
Color information
#C20181 (or 0xC20181) is known color: Medium Violet Red. HEX triplet: C2, 01 and 81. RGB value is (194,1,129). Sum of RGB (Red+Green+Blue) = 194+1+129=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C20181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20181 is #3DFE7E. Grayscale: #484848. Windows color (decimal): -4062847 or 8454594. OLE color: 8454594.
HSL color Cylindrical-coordinate representation of color #C20181: hue angle of 320.21º 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 #C20181 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.24 |
| HSL | 320.21º | 0.99% | 0.38% | - |
| HSV(B) | 320.21º | 0.99% | 0.76% | - |
| XYZ | 26.22 | 13.08 | 21.91 | - |
| YUV | 73.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 129 | 0 | 0.99 | 0.34 | 0.24 | 320.21 | 0.99 | 0.38 |
| Hex | C2 | 1 | 81 | 0 | 63 | 22 | 18 | 140 | 63 | 26 |
| Octal | 302 | 1 | 201 | 0 | 143 | 42 | 30 | 500 | 143 | 46 |
| Binary | 11000010 | 1 | 10000001 | 0 | 1100011 | 100010 | 11000 | 101000000 | 1100011 | 100110 |
Color Harmonies of #C20181
Complementary color
Monochromatic Colors of #C20181
Black with #C20181
Text Example
Text Example
White with #C20181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20181; }
p { color: rgb(194,1,129); }
H1.HeaderClassName
{
color: #C20181;
}
.AnyTagClassName
{
color: #C20181;
}
</style>
background-color css
<style>
a { background-color: #C20181; }
a { background-color: rgb(194,1,129); }
div.DivClassName
{
background-color: #C20181;
}
.BgClassName
{
background-color: #C20181;
}
</style>
border-color css
<style>
span { border-color: #C20181; }
span { border-color: rgb(194,1,129); }
td.TdClassName
{
border-color: #C20181;
}
.TagClassName
{
border-color: #C20181;
}
</style>