Shades of Medium Red Violet #C62882
Tints of Medium Red Violet #C62882
RGB
CMYK
RGB Variations
Color information
#C62882 (or 0xC62882) is known color: Medium Red Violet. HEX triplet: C6, 28 and 82. RGB value is (198,40,130). Sum of RGB (Red+Green+Blue) = 198+40+130=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C62882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62882 is #39D77D. Grayscale: #616161. Windows color (decimal): -3790718 or 8530118. OLE color: 8530118.
HSL color Cylindrical-coordinate representation of color #C62882: hue angle of 325.82º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62882 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 130 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.22 |
| HSL | 325.82º | 0.66% | 0.47% | - |
| HSV(B) | 325.82º | 0.8% | 0.78% | - |
| XYZ | 28.08 | 15.14 | 22.56 | - |
| YUV | 97.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 130 | 0 | 0.80 | 0.34 | 0.22 | 325.82 | 0.66 | 0.47 |
| Hex | C6 | 28 | 82 | 0 | 50 | 22 | 16 | 146 | 42 | 2F |
| Octal | 306 | 50 | 202 | 0 | 120 | 42 | 26 | 506 | 102 | 57 |
| Binary | 11000110 | 101000 | 10000010 | 0 | 1010000 | 100010 | 10110 | 101000110 | 1000010 | 101111 |
Color Harmonies of #C62882
Complementary color
Monochromatic Colors of #C62882
Black with #C62882
Text Example
Text Example
White with #C62882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62882; }
p { color: rgb(198,40,130); }
H1.HeaderClassName
{
color: #C62882;
}
.AnyTagClassName
{
color: #C62882;
}
</style>
background-color css
<style>
a { background-color: #C62882; }
a { background-color: rgb(198,40,130); }
div.DivClassName
{
background-color: #C62882;
}
.BgClassName
{
background-color: #C62882;
}
</style>
border-color css
<style>
span { border-color: #C62882; }
span { border-color: rgb(198,40,130); }
td.TdClassName
{
border-color: #C62882;
}
.TagClassName
{
border-color: #C62882;
}
</style>