Shades of Medium Violet Red #C20075
Tints of Medium Violet Red #C20075
RGB
CMYK
RGB Variations
Color information
#C20075 (or 0xC20075) is known color: Medium Violet Red. HEX triplet: C2, 00 and 75. RGB value is (194,0,117). Sum of RGB (Red+Green+Blue) = 194+0+117=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C20075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20075 is #3DFF8A. Grayscale: #474747. Windows color (decimal): -4063115 or 7667906. OLE color: 7667906.
HSL color Cylindrical-coordinate representation of color #C20075: hue angle of 323.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20075 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.40 | 0.24 |
| HSL | 323.81º | 1% | 0.38% | - |
| HSV(B) | 323.81º | 1% | 0.76% | - |
| XYZ | 25.46 | 12.75 | 17.95 | - |
| YUV | 71.34 | 153.77 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 117 | 0 | 1 | 0.40 | 0.24 | 323.81 | 1 | 0.38 |
| Hex | C2 | 0 | 75 | 0 | 64 | 28 | 18 | 144 | 64 | 26 |
| Octal | 302 | 0 | 165 | 0 | 144 | 50 | 30 | 504 | 144 | 46 |
| Binary | 11000010 | 0 | 1110101 | 0 | 1100100 | 101000 | 11000 | 101000100 | 1100100 | 100110 |
Color Harmonies of #C20075
Complementary color
Monochromatic Colors of #C20075
Black with #C20075
Text Example
Text Example
White with #C20075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20075; }
p { color: rgb(194,0,117); }
H1.HeaderClassName
{
color: #C20075;
}
.AnyTagClassName
{
color: #C20075;
}
</style>
background-color css
<style>
a { background-color: #C20075; }
a { background-color: rgb(194,0,117); }
div.DivClassName
{
background-color: #C20075;
}
.BgClassName
{
background-color: #C20075;
}
</style>
border-color css
<style>
span { border-color: #C20075; }
span { border-color: rgb(194,0,117); }
td.TdClassName
{
border-color: #C20075;
}
.TagClassName
{
border-color: #C20075;
}
</style>