Shades of Medium Red Violet #C62881
Tints of Medium Red Violet #C62881
RGB
CMYK
RGB Variations
Color information
#C62881 (or 0xC62881) is known color: Medium Red Violet. HEX triplet: C6, 28 and 81. RGB value is (198,40,129). Sum of RGB (Red+Green+Blue) = 198+40+129=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C62881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62881 is #39D77E. Grayscale: #616161. Windows color (decimal): -3790719 or 8464582. OLE color: 8464582.
HSL color Cylindrical-coordinate representation of color #C62881: hue angle of 326.2º 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 #C62881 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 129 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.22 |
| HSL | 326.2º | 0.66% | 0.47% | - |
| HSV(B) | 326.2º | 0.8% | 0.78% | - |
| XYZ | 28.01 | 15.11 | 22.21 | - |
| YUV | 97.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 129 | 0 | 0.80 | 0.35 | 0.22 | 326.2 | 0.66 | 0.47 |
| Hex | C6 | 28 | 81 | 0 | 50 | 23 | 16 | 146 | 42 | 2F |
| Octal | 306 | 50 | 201 | 0 | 120 | 43 | 26 | 506 | 102 | 57 |
| Binary | 11000110 | 101000 | 10000001 | 0 | 1010000 | 100011 | 10110 | 101000110 | 1000010 | 101111 |
Color Harmonies of #C62881
Complementary color
Monochromatic Colors of #C62881
Black with #C62881
Text Example
Text Example
White with #C62881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62881; }
p { color: rgb(198,40,129); }
H1.HeaderClassName
{
color: #C62881;
}
.AnyTagClassName
{
color: #C62881;
}
</style>
background-color css
<style>
a { background-color: #C62881; }
a { background-color: rgb(198,40,129); }
div.DivClassName
{
background-color: #C62881;
}
.BgClassName
{
background-color: #C62881;
}
</style>
border-color css
<style>
span { border-color: #C62881; }
span { border-color: rgb(198,40,129); }
td.TdClassName
{
border-color: #C62881;
}
.TagClassName
{
border-color: #C62881;
}
</style>