Shades of Medium Violet Red #C20195
Tints of Medium Violet Red #C20195
RGB
CMYK
RGB Variations
Color information
#C20195 (or 0xC20195) is known color: Medium Violet Red. HEX triplet: C2, 01 and 95. RGB value is (194,1,149). Sum of RGB (Red+Green+Blue) = 194+1+149=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C20195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20195 is #3DFE6A. Grayscale: #4B4B4B. Windows color (decimal): -4062827 or 9765314. OLE color: 9765314.
HSL color Cylindrical-coordinate representation of color #C20195: hue angle of 313.99º 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 #C20195 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.24 |
| HSL | 313.99º | 0.99% | 0.38% | - |
| HSV(B) | 313.99º | 0.99% | 0.76% | - |
| XYZ | 27.68 | 13.66 | 29.61 | - |
| YUV | 75.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 149 | 0 | 0.99 | 0.23 | 0.24 | 313.99 | 0.99 | 0.38 |
| Hex | C2 | 1 | 95 | 0 | 63 | 17 | 18 | 13A | 63 | 26 |
| Octal | 302 | 1 | 225 | 0 | 143 | 27 | 30 | 472 | 143 | 46 |
| Binary | 11000010 | 1 | 10010101 | 0 | 1100011 | 10111 | 11000 | 100111010 | 1100011 | 100110 |
Color Harmonies of #C20195
Complementary color
Monochromatic Colors of #C20195
Black with #C20195
Text Example
Text Example
White with #C20195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20195; }
p { color: rgb(194,1,149); }
H1.HeaderClassName
{
color: #C20195;
}
.AnyTagClassName
{
color: #C20195;
}
</style>
background-color css
<style>
a { background-color: #C20195; }
a { background-color: rgb(194,1,149); }
div.DivClassName
{
background-color: #C20195;
}
.BgClassName
{
background-color: #C20195;
}
</style>
border-color css
<style>
span { border-color: #C20195; }
span { border-color: rgb(194,1,149); }
td.TdClassName
{
border-color: #C20195;
}
.TagClassName
{
border-color: #C20195;
}
</style>