Shades of Medium Red Violet #C62781
Tints of Medium Red Violet #C62781
RGB
CMYK
RGB Variations
Color information
#C62781 (or 0xC62781) is known color: Medium Red Violet. HEX triplet: C6, 27 and 81. RGB value is (198,39,129). Sum of RGB (Red+Green+Blue) = 198+39+129=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C62781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62781 is #39D87E. Grayscale: #606060. Windows color (decimal): -3790975 or 8464326. OLE color: 8464326.
HSL color Cylindrical-coordinate representation of color #C62781: hue angle of 326.04º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62781 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 129 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.22 |
| HSL | 326.04º | 0.67% | 0.46% | - |
| HSV(B) | 326.04º | 0.8% | 0.78% | - |
| XYZ | 27.98 | 15.04 | 22.2 | - |
| YUV | 96.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 129 | 0 | 0.80 | 0.35 | 0.22 | 326.04 | 0.67 | 0.46 |
| Hex | C6 | 27 | 81 | 0 | 50 | 23 | 16 | 146 | 43 | 2E |
| Octal | 306 | 47 | 201 | 0 | 120 | 43 | 26 | 506 | 103 | 56 |
| Binary | 11000110 | 100111 | 10000001 | 0 | 1010000 | 100011 | 10110 | 101000110 | 1000011 | 101110 |
Color Harmonies of #C62781
Complementary color
Monochromatic Colors of #C62781
Black with #C62781
Text Example
Text Example
White with #C62781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62781; }
p { color: rgb(198,39,129); }
H1.HeaderClassName
{
color: #C62781;
}
.AnyTagClassName
{
color: #C62781;
}
</style>
background-color css
<style>
a { background-color: #C62781; }
a { background-color: rgb(198,39,129); }
div.DivClassName
{
background-color: #C62781;
}
.BgClassName
{
background-color: #C62781;
}
</style>
border-color css
<style>
span { border-color: #C62781; }
span { border-color: rgb(198,39,129); }
td.TdClassName
{
border-color: #C62781;
}
.TagClassName
{
border-color: #C62781;
}
</style>