Shades of Medium Violet Red #C20183
Tints of Medium Violet Red #C20183
RGB
CMYK
RGB Variations
Color information
#C20183 (or 0xC20183) is known color: Medium Violet Red. HEX triplet: C2, 01 and 83. RGB value is (194,1,131). Sum of RGB (Red+Green+Blue) = 194+1+131=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C20183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20183 is #3DFE7C. Grayscale: #494949. Windows color (decimal): -4062845 or 8585666. OLE color: 8585666.
HSL color Cylindrical-coordinate representation of color #C20183: hue angle of 319.59º 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 #C20183 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.24 |
| HSL | 319.59º | 0.99% | 0.38% | - |
| HSV(B) | 319.59º | 0.99% | 0.76% | - |
| XYZ | 26.36 | 13.13 | 22.62 | - |
| YUV | 73.53 | 160.44 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 131 | 0 | 0.99 | 0.32 | 0.24 | 319.59 | 0.99 | 0.38 |
| Hex | C2 | 1 | 83 | 0 | 63 | 20 | 18 | 140 | 63 | 26 |
| Octal | 302 | 1 | 203 | 0 | 143 | 40 | 30 | 500 | 143 | 46 |
| Binary | 11000010 | 1 | 10000011 | 0 | 1100011 | 100000 | 11000 | 101000000 | 1100011 | 100110 |
Color Harmonies of #C20183
Complementary color
Monochromatic Colors of #C20183
Black with #C20183
Text Example
Text Example
White with #C20183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20183; }
p { color: rgb(194,1,131); }
H1.HeaderClassName
{
color: #C20183;
}
.AnyTagClassName
{
color: #C20183;
}
</style>
background-color css
<style>
a { background-color: #C20183; }
a { background-color: rgb(194,1,131); }
div.DivClassName
{
background-color: #C20183;
}
.BgClassName
{
background-color: #C20183;
}
</style>
border-color css
<style>
span { border-color: #C20183; }
span { border-color: rgb(194,1,131); }
td.TdClassName
{
border-color: #C20183;
}
.TagClassName
{
border-color: #C20183;
}
</style>