Shades of Medium Violet Red #C62074
Tints of Medium Violet Red #C62074
RGB
CMYK
RGB Variations
Color information
#C62074 (or 0xC62074) is known color: Medium Violet Red. HEX triplet: C6, 20 and 74. RGB value is (198,32,116). Sum of RGB (Red+Green+Blue) = 198+32+116=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C62074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62074 is #39DF8B. Grayscale: #5B5B5B. Windows color (decimal): -3792780 or 7610566. OLE color: 7610566.
HSL color Cylindrical-coordinate representation of color #C62074: hue angle of 329.64º 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 #C62074 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 116 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.22 |
| HSL | 329.64º | 0.72% | 0.45% | - |
| HSV(B) | 329.64º | 0.84% | 0.78% | - |
| XYZ | 26.96 | 14.3 | 17.86 | - |
| YUV | 91.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 116 | 0 | 0.84 | 0.41 | 0.22 | 329.64 | 0.72 | 0.45 |
| Hex | C6 | 20 | 74 | 0 | 54 | 29 | 16 | 14A | 48 | 2D |
| Octal | 306 | 40 | 164 | 0 | 124 | 51 | 26 | 512 | 110 | 55 |
| Binary | 11000110 | 100000 | 1110100 | 0 | 1010100 | 101001 | 10110 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C62074
Complementary color
Monochromatic Colors of #C62074
Black with #C62074
Text Example
Text Example
White with #C62074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62074; }
p { color: rgb(198,32,116); }
H1.HeaderClassName
{
color: #C62074;
}
.AnyTagClassName
{
color: #C62074;
}
</style>
background-color css
<style>
a { background-color: #C62074; }
a { background-color: rgb(198,32,116); }
div.DivClassName
{
background-color: #C62074;
}
.BgClassName
{
background-color: #C62074;
}
</style>
border-color css
<style>
span { border-color: #C62074; }
span { border-color: rgb(198,32,116); }
td.TdClassName
{
border-color: #C62074;
}
.TagClassName
{
border-color: #C62074;
}
</style>