Shades of Medium Violet Red #C20273
Tints of Medium Violet Red #C20273
RGB
CMYK
RGB Variations
Color information
#C20273 (or 0xC20273) is known color: Medium Violet Red. HEX triplet: C2, 02 and 73. RGB value is (194,2,115). Sum of RGB (Red+Green+Blue) = 194+2+115=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C20273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20273 is #3DFD8C. Grayscale: #484848. Windows color (decimal): -4062605 or 7537346. OLE color: 7537346.
HSL color Cylindrical-coordinate representation of color #C20273: hue angle of 324.69º 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 #C20273 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.24 |
| HSL | 324.69º | 0.98% | 0.38% | - |
| HSV(B) | 324.69º | 0.99% | 0.76% | - |
| XYZ | 25.36 | 12.75 | 17.34 | - |
| YUV | 72.29 | 152.11 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 115 | 0 | 0.99 | 0.41 | 0.24 | 324.69 | 0.98 | 0.38 |
| Hex | C2 | 2 | 73 | 0 | 63 | 29 | 18 | 145 | 62 | 26 |
| Octal | 302 | 2 | 163 | 0 | 143 | 51 | 30 | 505 | 142 | 46 |
| Binary | 11000010 | 10 | 1110011 | 0 | 1100011 | 101001 | 11000 | 101000101 | 1100010 | 100110 |
Color Harmonies of #C20273
Complementary color
Monochromatic Colors of #C20273
Black with #C20273
Text Example
Text Example
White with #C20273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20273; }
p { color: rgb(194,2,115); }
H1.HeaderClassName
{
color: #C20273;
}
.AnyTagClassName
{
color: #C20273;
}
</style>
background-color css
<style>
a { background-color: #C20273; }
a { background-color: rgb(194,2,115); }
div.DivClassName
{
background-color: #C20273;
}
.BgClassName
{
background-color: #C20273;
}
</style>
border-color css
<style>
span { border-color: #C20273; }
span { border-color: rgb(194,2,115); }
td.TdClassName
{
border-color: #C20273;
}
.TagClassName
{
border-color: #C20273;
}
</style>