Shades of Medium Red Violet #C62C8E
Tints of Medium Red Violet #C62C8E
RGB
CMYK
RGB Variations
Color information
#C62C8E (or 0xC62C8E) is known color: Medium Red Violet. HEX triplet: C6, 2C and 8E. RGB value is (198,44,142). Sum of RGB (Red+Green+Blue) = 198+44+142=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62C8E is #39D371. Grayscale: #646464. Windows color (decimal): -3789682 or 9317574. OLE color: 9317574.
HSL color Cylindrical-coordinate representation of color #C62C8E: hue angle of 321.82º 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 #C62C8E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 142 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.22 |
| HSL | 321.82º | 0.64% | 0.47% | - |
| HSV(B) | 321.82º | 0.78% | 0.78% | - |
| XYZ | 29.07 | 15.76 | 27.1 | - |
| YUV | 101.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 142 | 0 | 0.78 | 0.28 | 0.22 | 321.82 | 0.64 | 0.47 |
| Hex | C6 | 2C | 8E | 0 | 4E | 1C | 16 | 142 | 40 | 2F |
| Octal | 306 | 54 | 216 | 0 | 116 | 34 | 26 | 502 | 100 | 57 |
| Binary | 11000110 | 101100 | 10001110 | 0 | 1001110 | 11100 | 10110 | 101000010 | 1000000 | 101111 |
Color Harmonies of #C62C8E
Complementary color
Monochromatic Colors of #C62C8E
Black with #C62C8E
Text Example
Text Example
White with #C62C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C8E; }
p { color: rgb(198,44,142); }
H1.HeaderClassName
{
color: #C62C8E;
}
.AnyTagClassName
{
color: #C62C8E;
}
</style>
background-color css
<style>
a { background-color: #C62C8E; }
a { background-color: rgb(198,44,142); }
div.DivClassName
{
background-color: #C62C8E;
}
.BgClassName
{
background-color: #C62C8E;
}
</style>
border-color css
<style>
span { border-color: #C62C8E; }
span { border-color: rgb(198,44,142); }
td.TdClassName
{
border-color: #C62C8E;
}
.TagClassName
{
border-color: #C62C8E;
}
</style>