Shades of Medium Violet Red #C62482
Tints of Medium Violet Red #C62482
RGB
CMYK
RGB Variations
Color information
#C62482 (or 0xC62482) is known color: Medium Violet Red. HEX triplet: C6, 24 and 82. RGB value is (198,36,130). Sum of RGB (Red+Green+Blue) = 198+36+130=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C62482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62482 is #39DB7D. Grayscale: #5E5E5E. Windows color (decimal): -3791742 or 8529094. OLE color: 8529094.
HSL color Cylindrical-coordinate representation of color #C62482: hue angle of 325.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62482 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 130 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 325.19º | 0.69% | 0.46% | - |
| HSV(B) | 325.19º | 0.82% | 0.78% | - |
| XYZ | 27.95 | 14.88 | 22.52 | - |
| YUV | 95.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 130 | 0 | 0.82 | 0.34 | 0.22 | 325.19 | 0.69 | 0.46 |
| Hex | C6 | 24 | 82 | 0 | 52 | 22 | 16 | 145 | 45 | 2E |
| Octal | 306 | 44 | 202 | 0 | 122 | 42 | 26 | 505 | 105 | 56 |
| Binary | 11000110 | 100100 | 10000010 | 0 | 1010010 | 100010 | 10110 | 101000101 | 1000101 | 101110 |
Color Harmonies of #C62482
Complementary color
Monochromatic Colors of #C62482
Black with #C62482
Text Example
Text Example
White with #C62482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62482; }
p { color: rgb(198,36,130); }
H1.HeaderClassName
{
color: #C62482;
}
.AnyTagClassName
{
color: #C62482;
}
</style>
background-color css
<style>
a { background-color: #C62482; }
a { background-color: rgb(198,36,130); }
div.DivClassName
{
background-color: #C62482;
}
.BgClassName
{
background-color: #C62482;
}
</style>
border-color css
<style>
span { border-color: #C62482; }
span { border-color: rgb(198,36,130); }
td.TdClassName
{
border-color: #C62482;
}
.TagClassName
{
border-color: #C62482;
}
</style>