Shades of Medium Red Violet #C62C7A
Tints of Medium Red Violet #C62C7A
RGB
CMYK
RGB Variations
Color information
#C62C7A (or 0xC62C7A) is known color: Medium Red Violet. HEX triplet: C6, 2C and 7A. RGB value is (198,44,122). Sum of RGB (Red+Green+Blue) = 198+44+122=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62C7A is #39D385. Grayscale: #626262. Windows color (decimal): -3789702 or 8006854. OLE color: 8006854.
HSL color Cylindrical-coordinate representation of color #C62C7A: hue angle of 329.61º 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 #C62C7A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 122 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.22 |
| HSL | 329.61º | 0.64% | 0.47% | - |
| HSV(B) | 329.61º | 0.78% | 0.78% | - |
| XYZ | 27.7 | 15.21 | 19.89 | - |
| YUV | 98.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 122 | 0 | 0.78 | 0.38 | 0.22 | 329.61 | 0.64 | 0.47 |
| Hex | C6 | 2C | 7A | 0 | 4E | 26 | 16 | 14A | 40 | 2F |
| Octal | 306 | 54 | 172 | 0 | 116 | 46 | 26 | 512 | 100 | 57 |
| Binary | 11000110 | 101100 | 1111010 | 0 | 1001110 | 100110 | 10110 | 101001010 | 1000000 | 101111 |
Color Harmonies of #C62C7A
Complementary color
Monochromatic Colors of #C62C7A
Black with #C62C7A
Text Example
Text Example
White with #C62C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C7A; }
p { color: rgb(198,44,122); }
H1.HeaderClassName
{
color: #C62C7A;
}
.AnyTagClassName
{
color: #C62C7A;
}
</style>
background-color css
<style>
a { background-color: #C62C7A; }
a { background-color: rgb(198,44,122); }
div.DivClassName
{
background-color: #C62C7A;
}
.BgClassName
{
background-color: #C62C7A;
}
</style>
border-color css
<style>
span { border-color: #C62C7A; }
span { border-color: rgb(198,44,122); }
td.TdClassName
{
border-color: #C62C7A;
}
.TagClassName
{
border-color: #C62C7A;
}
</style>