Shades of Medium Violet Red #C62584
Tints of Medium Violet Red #C62584
RGB
CMYK
RGB Variations
Color information
#C62584 (or 0xC62584) is known color: Medium Violet Red. HEX triplet: C6, 25 and 84. RGB value is (198,37,132). Sum of RGB (Red+Green+Blue) = 198+37+132=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C62584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62584 is #39DA7B. Grayscale: #5F5F5F. Windows color (decimal): -3791484 or 8660422. OLE color: 8660422.
HSL color Cylindrical-coordinate representation of color #C62584: hue angle of 324.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62584 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 132 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.22 |
| HSL | 324.6º | 0.69% | 0.46% | - |
| HSV(B) | 324.6º | 0.81% | 0.78% | - |
| XYZ | 28.12 | 14.99 | 23.24 | - |
| YUV | 95.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 132 | 0 | 0.81 | 0.33 | 0.22 | 324.6 | 0.69 | 0.46 |
| Hex | C6 | 25 | 84 | 0 | 51 | 21 | 16 | 145 | 45 | 2E |
| Octal | 306 | 45 | 204 | 0 | 121 | 41 | 26 | 505 | 105 | 56 |
| Binary | 11000110 | 100101 | 10000100 | 0 | 1010001 | 100001 | 10110 | 101000101 | 1000101 | 101110 |
Color Harmonies of #C62584
Complementary color
Monochromatic Colors of #C62584
Black with #C62584
Text Example
Text Example
White with #C62584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62584; }
p { color: rgb(198,37,132); }
H1.HeaderClassName
{
color: #C62584;
}
.AnyTagClassName
{
color: #C62584;
}
</style>
background-color css
<style>
a { background-color: #C62584; }
a { background-color: rgb(198,37,132); }
div.DivClassName
{
background-color: #C62584;
}
.BgClassName
{
background-color: #C62584;
}
</style>
border-color css
<style>
span { border-color: #C62584; }
span { border-color: rgb(198,37,132); }
td.TdClassName
{
border-color: #C62584;
}
.TagClassName
{
border-color: #C62584;
}
</style>