Shades of Medium Red Violet #C62793
Tints of Medium Red Violet #C62793
RGB
CMYK
RGB Variations
Color information
#C62793 (or 0xC62793) is known color: Medium Red Violet. HEX triplet: C6, 27 and 93. RGB value is (198,39,147). Sum of RGB (Red+Green+Blue) = 198+39+147=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C62793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62793 is #39D86C. Grayscale: #626262. Windows color (decimal): -3790957 or 9643974. OLE color: 9643974.
HSL color Cylindrical-coordinate representation of color #C62793: hue angle of 319.25º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62793 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 147 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.22 |
| HSL | 319.25º | 0.67% | 0.46% | - |
| HSV(B) | 319.25º | 0.8% | 0.78% | - |
| XYZ | 29.28 | 15.56 | 29.06 | - |
| YUV | 98.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 147 | 0 | 0.80 | 0.26 | 0.22 | 319.25 | 0.67 | 0.46 |
| Hex | C6 | 27 | 93 | 0 | 50 | 1A | 16 | 13F | 43 | 2E |
| Octal | 306 | 47 | 223 | 0 | 120 | 32 | 26 | 477 | 103 | 56 |
| Binary | 11000110 | 100111 | 10010011 | 0 | 1010000 | 11010 | 10110 | 100111111 | 1000011 | 101110 |
Color Harmonies of #C62793
Complementary color
Monochromatic Colors of #C62793
Black with #C62793
Text Example
Text Example
White with #C62793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62793; }
p { color: rgb(198,39,147); }
H1.HeaderClassName
{
color: #C62793;
}
.AnyTagClassName
{
color: #C62793;
}
</style>
background-color css
<style>
a { background-color: #C62793; }
a { background-color: rgb(198,39,147); }
div.DivClassName
{
background-color: #C62793;
}
.BgClassName
{
background-color: #C62793;
}
</style>
border-color css
<style>
span { border-color: #C62793; }
span { border-color: rgb(198,39,147); }
td.TdClassName
{
border-color: #C62793;
}
.TagClassName
{
border-color: #C62793;
}
</style>