Shades of Medium Violet Red #C62493
Tints of Medium Violet Red #C62493
RGB
CMYK
RGB Variations
Color information
#C62493 (or 0xC62493) is known color: Medium Violet Red. HEX triplet: C6, 24 and 93. RGB value is (198,36,147). Sum of RGB (Red+Green+Blue) = 198+36+147=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C62493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62493 is #39DB6C. Grayscale: #606060. Windows color (decimal): -3791725 or 9643206. OLE color: 9643206.
HSL color Cylindrical-coordinate representation of color #C62493: hue angle of 318.89º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62493 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 147 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.22 |
| HSL | 318.89º | 0.69% | 0.46% | - |
| HSV(B) | 318.89º | 0.82% | 0.78% | - |
| XYZ | 29.19 | 15.37 | 29.03 | - |
| YUV | 97.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 147 | 0 | 0.82 | 0.26 | 0.22 | 318.89 | 0.69 | 0.46 |
| Hex | C6 | 24 | 93 | 0 | 52 | 1A | 16 | 13F | 45 | 2E |
| Octal | 306 | 44 | 223 | 0 | 122 | 32 | 26 | 477 | 105 | 56 |
| Binary | 11000110 | 100100 | 10010011 | 0 | 1010010 | 11010 | 10110 | 100111111 | 1000101 | 101110 |
Color Harmonies of #C62493
Complementary color
Monochromatic Colors of #C62493
Black with #C62493
Text Example
Text Example
White with #C62493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62493; }
p { color: rgb(198,36,147); }
H1.HeaderClassName
{
color: #C62493;
}
.AnyTagClassName
{
color: #C62493;
}
</style>
background-color css
<style>
a { background-color: #C62493; }
a { background-color: rgb(198,36,147); }
div.DivClassName
{
background-color: #C62493;
}
.BgClassName
{
background-color: #C62493;
}
</style>
border-color css
<style>
span { border-color: #C62493; }
span { border-color: rgb(198,36,147); }
td.TdClassName
{
border-color: #C62493;
}
.TagClassName
{
border-color: #C62493;
}
</style>