Shades of Medium Violet Red #C62079
Tints of Medium Violet Red #C62079
RGB
CMYK
RGB Variations
Color information
#C62079 (or 0xC62079) is known color: Medium Violet Red. HEX triplet: C6, 20 and 79. RGB value is (198,32,121). Sum of RGB (Red+Green+Blue) = 198+32+121=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C62079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62079 is #39DF86. Grayscale: #5B5B5B. Windows color (decimal): -3792775 or 7938246. OLE color: 7938246.
HSL color Cylindrical-coordinate representation of color #C62079: hue angle of 327.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62079 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 121 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.22 |
| HSL | 327.83º | 0.72% | 0.45% | - |
| HSV(B) | 327.83º | 0.84% | 0.78% | - |
| XYZ | 27.26 | 14.42 | 19.44 | - |
| YUV | 91.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 121 | 0 | 0.84 | 0.39 | 0.22 | 327.83 | 0.72 | 0.45 |
| Hex | C6 | 20 | 79 | 0 | 54 | 27 | 16 | 148 | 48 | 2D |
| Octal | 306 | 40 | 171 | 0 | 124 | 47 | 26 | 510 | 110 | 55 |
| Binary | 11000110 | 100000 | 1111001 | 0 | 1010100 | 100111 | 10110 | 101001000 | 1001000 | 101101 |
Color Harmonies of #C62079
Complementary color
Monochromatic Colors of #C62079
Black with #C62079
Text Example
Text Example
White with #C62079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62079; }
p { color: rgb(198,32,121); }
H1.HeaderClassName
{
color: #C62079;
}
.AnyTagClassName
{
color: #C62079;
}
</style>
background-color css
<style>
a { background-color: #C62079; }
a { background-color: rgb(198,32,121); }
div.DivClassName
{
background-color: #C62079;
}
.BgClassName
{
background-color: #C62079;
}
</style>
border-color css
<style>
span { border-color: #C62079; }
span { border-color: rgb(198,32,121); }
td.TdClassName
{
border-color: #C62079;
}
.TagClassName
{
border-color: #C62079;
}
</style>