Shades of Medium Violet Red #C62582
Tints of Medium Violet Red #C62582
RGB
CMYK
RGB Variations
Color information
#C62582 (or 0xC62582) is known color: Medium Violet Red. HEX triplet: C6, 25 and 82. RGB value is (198,37,130). Sum of RGB (Red+Green+Blue) = 198+37+130=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C62582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62582 is #39DA7D. Grayscale: #5F5F5F. Windows color (decimal): -3791486 or 8529350. OLE color: 8529350.
HSL color Cylindrical-coordinate representation of color #C62582: hue angle of 325.34º 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 #C62582 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 130 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.22 |
| HSL | 325.34º | 0.69% | 0.46% | - |
| HSV(B) | 325.34º | 0.81% | 0.78% | - |
| XYZ | 27.98 | 14.94 | 22.53 | - |
| YUV | 95.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 130 | 0 | 0.81 | 0.34 | 0.22 | 325.34 | 0.69 | 0.46 |
| Hex | C6 | 25 | 82 | 0 | 51 | 22 | 16 | 145 | 45 | 2E |
| Octal | 306 | 45 | 202 | 0 | 121 | 42 | 26 | 505 | 105 | 56 |
| Binary | 11000110 | 100101 | 10000010 | 0 | 1010001 | 100010 | 10110 | 101000101 | 1000101 | 101110 |
Color Harmonies of #C62582
Complementary color
Monochromatic Colors of #C62582
Black with #C62582
Text Example
Text Example
White with #C62582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62582; }
p { color: rgb(198,37,130); }
H1.HeaderClassName
{
color: #C62582;
}
.AnyTagClassName
{
color: #C62582;
}
</style>
background-color css
<style>
a { background-color: #C62582; }
a { background-color: rgb(198,37,130); }
div.DivClassName
{
background-color: #C62582;
}
.BgClassName
{
background-color: #C62582;
}
</style>
border-color css
<style>
span { border-color: #C62582; }
span { border-color: rgb(198,37,130); }
td.TdClassName
{
border-color: #C62582;
}
.TagClassName
{
border-color: #C62582;
}
</style>