Shades of Medium Violet Red #C62392
Tints of Medium Violet Red #C62392
RGB
CMYK
RGB Variations
Color information
#C62392 (or 0xC62392) is known color: Medium Violet Red. HEX triplet: C6, 23 and 92. RGB value is (198,35,146). Sum of RGB (Red+Green+Blue) = 198+35+146=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C62392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62392 is #39DC6D. Grayscale: #606060. Windows color (decimal): -3791982 or 9577414. OLE color: 9577414.
HSL color Cylindrical-coordinate representation of color #C62392: hue angle of 319.14º degrees, saturation: 0.7, 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 #C62392 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 146 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.22 |
| HSL | 319.14º | 0.7% | 0.46% | - |
| HSV(B) | 319.14º | 0.82% | 0.78% | - |
| XYZ | 29.08 | 15.28 | 28.61 | - |
| YUV | 96.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 146 | 0 | 0.82 | 0.26 | 0.22 | 319.14 | 0.7 | 0.46 |
| Hex | C6 | 23 | 92 | 0 | 52 | 1A | 16 | 13F | 46 | 2E |
| Octal | 306 | 43 | 222 | 0 | 122 | 32 | 26 | 477 | 106 | 56 |
| Binary | 11000110 | 100011 | 10010010 | 0 | 1010010 | 11010 | 10110 | 100111111 | 1000110 | 101110 |
Color Harmonies of #C62392
Complementary color
Monochromatic Colors of #C62392
Black with #C62392
Text Example
Text Example
White with #C62392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62392; }
p { color: rgb(198,35,146); }
H1.HeaderClassName
{
color: #C62392;
}
.AnyTagClassName
{
color: #C62392;
}
</style>
background-color css
<style>
a { background-color: #C62392; }
a { background-color: rgb(198,35,146); }
div.DivClassName
{
background-color: #C62392;
}
.BgClassName
{
background-color: #C62392;
}
</style>
border-color css
<style>
span { border-color: #C62392; }
span { border-color: rgb(198,35,146); }
td.TdClassName
{
border-color: #C62392;
}
.TagClassName
{
border-color: #C62392;
}
</style>