Shades of Medium Red Violet #C62C84
Tints of Medium Red Violet #C62C84
RGB
CMYK
RGB Variations
Color information
#C62C84 (or 0xC62C84) is known color: Medium Red Violet. HEX triplet: C6, 2C and 84. RGB value is (198,44,132). Sum of RGB (Red+Green+Blue) = 198+44+132=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62C84 is #39D37B. Grayscale: #636363. Windows color (decimal): -3789692 or 8662214. OLE color: 8662214.
HSL color Cylindrical-coordinate representation of color #C62C84: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C84 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 132 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.22 |
| HSL | 325.71º | 0.64% | 0.47% | - |
| HSV(B) | 325.71º | 0.78% | 0.78% | - |
| XYZ | 28.35 | 15.47 | 23.32 | - |
| YUV | 100.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 132 | 0 | 0.78 | 0.33 | 0.22 | 325.71 | 0.64 | 0.47 |
| Hex | C6 | 2C | 84 | 0 | 4E | 21 | 16 | 146 | 40 | 2F |
| Octal | 306 | 54 | 204 | 0 | 116 | 41 | 26 | 506 | 100 | 57 |
| Binary | 11000110 | 101100 | 10000100 | 0 | 1001110 | 100001 | 10110 | 101000110 | 1000000 | 101111 |
Color Harmonies of #C62C84
Complementary color
Monochromatic Colors of #C62C84
Black with #C62C84
Text Example
Text Example
White with #C62C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C84; }
p { color: rgb(198,44,132); }
H1.HeaderClassName
{
color: #C62C84;
}
.AnyTagClassName
{
color: #C62C84;
}
</style>
background-color css
<style>
a { background-color: #C62C84; }
a { background-color: rgb(198,44,132); }
div.DivClassName
{
background-color: #C62C84;
}
.BgClassName
{
background-color: #C62C84;
}
</style>
border-color css
<style>
span { border-color: #C62C84; }
span { border-color: rgb(198,44,132); }
td.TdClassName
{
border-color: #C62C84;
}
.TagClassName
{
border-color: #C62C84;
}
</style>