Shades of Medium Violet Red #C62084
Tints of Medium Violet Red #C62084
RGB
CMYK
RGB Variations
Color information
#C62084 (or 0xC62084) is known color: Medium Violet Red. HEX triplet: C6, 20 and 84. RGB value is (198,32,132). Sum of RGB (Red+Green+Blue) = 198+32+132=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C62084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62084 is #39DF7B. Grayscale: #5C5C5C. Windows color (decimal): -3792764 or 8659142. OLE color: 8659142.
HSL color Cylindrical-coordinate representation of color #C62084: hue angle of 323.86º 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 #C62084 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 132 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.22 |
| HSL | 323.86º | 0.72% | 0.45% | - |
| HSV(B) | 323.86º | 0.84% | 0.78% | - |
| XYZ | 27.97 | 14.7 | 23.19 | - |
| YUV | 93.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 132 | 0 | 0.84 | 0.33 | 0.22 | 323.86 | 0.72 | 0.45 |
| Hex | C6 | 20 | 84 | 0 | 54 | 21 | 16 | 144 | 48 | 2D |
| Octal | 306 | 40 | 204 | 0 | 124 | 41 | 26 | 504 | 110 | 55 |
| Binary | 11000110 | 100000 | 10000100 | 0 | 1010100 | 100001 | 10110 | 101000100 | 1001000 | 101101 |
Color Harmonies of #C62084
Complementary color
Monochromatic Colors of #C62084
Black with #C62084
Text Example
Text Example
White with #C62084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62084; }
p { color: rgb(198,32,132); }
H1.HeaderClassName
{
color: #C62084;
}
.AnyTagClassName
{
color: #C62084;
}
</style>
background-color css
<style>
a { background-color: #C62084; }
a { background-color: rgb(198,32,132); }
div.DivClassName
{
background-color: #C62084;
}
.BgClassName
{
background-color: #C62084;
}
</style>
border-color css
<style>
span { border-color: #C62084; }
span { border-color: rgb(198,32,132); }
td.TdClassName
{
border-color: #C62084;
}
.TagClassName
{
border-color: #C62084;
}
</style>