Shades of Medium Violet Red #C20275
Tints of Medium Violet Red #C20275
RGB
CMYK
RGB Variations
Color information
#C20275 (or 0xC20275) is known color: Medium Violet Red. HEX triplet: C2, 02 and 75. RGB value is (194,2,117). Sum of RGB (Red+Green+Blue) = 194+2+117=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C20275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20275 is #3DFD8A. Grayscale: #484848. Windows color (decimal): -4062603 or 7668418. OLE color: 7668418.
HSL color Cylindrical-coordinate representation of color #C20275: hue angle of 324.06º degrees, saturation: 0.98, 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 #C20275 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.24 |
| HSL | 324.06º | 0.98% | 0.38% | - |
| HSV(B) | 324.06º | 0.99% | 0.76% | - |
| XYZ | 25.48 | 12.8 | 17.96 | - |
| YUV | 72.52 | 153.11 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 117 | 0 | 0.99 | 0.40 | 0.24 | 324.06 | 0.98 | 0.38 |
| Hex | C2 | 2 | 75 | 0 | 63 | 28 | 18 | 144 | 62 | 26 |
| Octal | 302 | 2 | 165 | 0 | 143 | 50 | 30 | 504 | 142 | 46 |
| Binary | 11000010 | 10 | 1110101 | 0 | 1100011 | 101000 | 11000 | 101000100 | 1100010 | 100110 |
Color Harmonies of #C20275
Complementary color
Monochromatic Colors of #C20275
Black with #C20275
Text Example
Text Example
White with #C20275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20275; }
p { color: rgb(194,2,117); }
H1.HeaderClassName
{
color: #C20275;
}
.AnyTagClassName
{
color: #C20275;
}
</style>
background-color css
<style>
a { background-color: #C20275; }
a { background-color: rgb(194,2,117); }
div.DivClassName
{
background-color: #C20275;
}
.BgClassName
{
background-color: #C20275;
}
</style>
border-color css
<style>
span { border-color: #C20275; }
span { border-color: rgb(194,2,117); }
td.TdClassName
{
border-color: #C20275;
}
.TagClassName
{
border-color: #C20275;
}
</style>