Shades of Medium Red Violet #C62984
Tints of Medium Red Violet #C62984
RGB
CMYK
RGB Variations
Color information
#C62984 (or 0xC62984) is known color: Medium Red Violet. HEX triplet: C6, 29 and 84. RGB value is (198,41,132). Sum of RGB (Red+Green+Blue) = 198+41+132=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C62984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62984 is #39D67B. Grayscale: #626262. Windows color (decimal): -3790460 or 8661446. OLE color: 8661446.
HSL color Cylindrical-coordinate representation of color #C62984: hue angle of 325.22º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62984 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 132 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.22 |
| HSL | 325.22º | 0.66% | 0.47% | - |
| HSV(B) | 325.22º | 0.79% | 0.78% | - |
| XYZ | 28.25 | 15.26 | 23.29 | - |
| YUV | 98.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 132 | 0 | 0.79 | 0.33 | 0.22 | 325.22 | 0.66 | 0.47 |
| Hex | C6 | 29 | 84 | 0 | 4F | 21 | 16 | 145 | 42 | 2F |
| Octal | 306 | 51 | 204 | 0 | 117 | 41 | 26 | 505 | 102 | 57 |
| Binary | 11000110 | 101001 | 10000100 | 0 | 1001111 | 100001 | 10110 | 101000101 | 1000010 | 101111 |
Color Harmonies of #C62984
Complementary color
Monochromatic Colors of #C62984
Black with #C62984
Text Example
Text Example
White with #C62984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62984; }
p { color: rgb(198,41,132); }
H1.HeaderClassName
{
color: #C62984;
}
.AnyTagClassName
{
color: #C62984;
}
</style>
background-color css
<style>
a { background-color: #C62984; }
a { background-color: rgb(198,41,132); }
div.DivClassName
{
background-color: #C62984;
}
.BgClassName
{
background-color: #C62984;
}
</style>
border-color css
<style>
span { border-color: #C62984; }
span { border-color: rgb(198,41,132); }
td.TdClassName
{
border-color: #C62984;
}
.TagClassName
{
border-color: #C62984;
}
</style>