Shades of Medium Violet Red #C20675
Tints of Medium Violet Red #C20675
RGB
CMYK
RGB Variations
Color information
#C20675 (or 0xC20675) is known color: Medium Violet Red. HEX triplet: C2, 06 and 75. RGB value is (194,6,117). Sum of RGB (Red+Green+Blue) = 194+6+117=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20675 is #3DF98A. Grayscale: #4A4A4A. Windows color (decimal): -4061579 or 7669442. OLE color: 7669442.
HSL color Cylindrical-coordinate representation of color #C20675: hue angle of 324.57º 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 #C20675 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.24 |
| HSL | 324.57º | 0.94% | 0.39% | - |
| HSV(B) | 324.57º | 0.97% | 0.76% | - |
| XYZ | 25.52 | 12.88 | 17.97 | - |
| YUV | 74.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 117 | 0 | 0.97 | 0.40 | 0.24 | 324.57 | 0.94 | 0.39 |
| Hex | C2 | 6 | 75 | 0 | 61 | 28 | 18 | 145 | 5E | 27 |
| Octal | 302 | 6 | 165 | 0 | 141 | 50 | 30 | 505 | 136 | 47 |
| Binary | 11000010 | 110 | 1110101 | 0 | 1100001 | 101000 | 11000 | 101000101 | 1011110 | 100111 |
Color Harmonies of #C20675
Complementary color
Monochromatic Colors of #C20675
Black with #C20675
Text Example
Text Example
White with #C20675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20675; }
p { color: rgb(194,6,117); }
H1.HeaderClassName
{
color: #C20675;
}
.AnyTagClassName
{
color: #C20675;
}
</style>
background-color css
<style>
a { background-color: #C20675; }
a { background-color: rgb(194,6,117); }
div.DivClassName
{
background-color: #C20675;
}
.BgClassName
{
background-color: #C20675;
}
</style>
border-color css
<style>
span { border-color: #C20675; }
span { border-color: rgb(194,6,117); }
td.TdClassName
{
border-color: #C20675;
}
.TagClassName
{
border-color: #C20675;
}
</style>