Shades of Medium Violet Red #C20673
Tints of Medium Violet Red #C20673
RGB
CMYK
RGB Variations
Color information
#C20673 (or 0xC20673) is known color: Medium Violet Red. HEX triplet: C2, 06 and 73. RGB value is (194,6,115). Sum of RGB (Red+Green+Blue) = 194+6+115=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20673 is #3DF98C. Grayscale: #4A4A4A. Windows color (decimal): -4061581 or 7538370. OLE color: 7538370.
HSL color Cylindrical-coordinate representation of color #C20673: hue angle of 325.21º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20673 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.24 |
| HSL | 325.21º | 0.94% | 0.39% | - |
| HSV(B) | 325.21º | 0.97% | 0.76% | - |
| XYZ | 25.41 | 12.84 | 17.36 | - |
| YUV | 74.64 | 150.78 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 115 | 0 | 0.97 | 0.41 | 0.24 | 325.21 | 0.94 | 0.39 |
| Hex | C2 | 6 | 73 | 0 | 61 | 29 | 18 | 145 | 5E | 27 |
| Octal | 302 | 6 | 163 | 0 | 141 | 51 | 30 | 505 | 136 | 47 |
| Binary | 11000010 | 110 | 1110011 | 0 | 1100001 | 101001 | 11000 | 101000101 | 1011110 | 100111 |
Color Harmonies of #C20673
Complementary color
Monochromatic Colors of #C20673
Black with #C20673
Text Example
Text Example
White with #C20673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20673; }
p { color: rgb(194,6,115); }
H1.HeaderClassName
{
color: #C20673;
}
.AnyTagClassName
{
color: #C20673;
}
</style>
background-color css
<style>
a { background-color: #C20673; }
a { background-color: rgb(194,6,115); }
div.DivClassName
{
background-color: #C20673;
}
.BgClassName
{
background-color: #C20673;
}
</style>
border-color css
<style>
span { border-color: #C20673; }
span { border-color: rgb(194,6,115); }
td.TdClassName
{
border-color: #C20673;
}
.TagClassName
{
border-color: #C20673;
}
</style>