Shades of Medium Red Violet #C62896
Tints of Medium Red Violet #C62896
RGB
CMYK
RGB Variations
Color information
#C62896 (or 0xC62896) is known color: Medium Red Violet. HEX triplet: C6, 28 and 96. RGB value is (198,40,150). Sum of RGB (Red+Green+Blue) = 198+40+150=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C62896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62896 is #39D769. Grayscale: #636363. Windows color (decimal): -3790698 or 9840838. OLE color: 9840838.
HSL color Cylindrical-coordinate representation of color #C62896: hue angle of 318.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62896 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 150 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.22 |
| HSL | 318.23º | 0.66% | 0.47% | - |
| HSV(B) | 318.23º | 0.8% | 0.78% | - |
| XYZ | 29.55 | 15.73 | 30.33 | - |
| YUV | 99.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 150 | 0 | 0.80 | 0.24 | 0.22 | 318.23 | 0.66 | 0.47 |
| Hex | C6 | 28 | 96 | 0 | 50 | 18 | 16 | 13E | 42 | 2F |
| Octal | 306 | 50 | 226 | 0 | 120 | 30 | 26 | 476 | 102 | 57 |
| Binary | 11000110 | 101000 | 10010110 | 0 | 1010000 | 11000 | 10110 | 100111110 | 1000010 | 101111 |
Color Harmonies of #C62896
Complementary color
Monochromatic Colors of #C62896
Black with #C62896
Text Example
Text Example
White with #C62896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62896; }
p { color: rgb(198,40,150); }
H1.HeaderClassName
{
color: #C62896;
}
.AnyTagClassName
{
color: #C62896;
}
</style>
background-color css
<style>
a { background-color: #C62896; }
a { background-color: rgb(198,40,150); }
div.DivClassName
{
background-color: #C62896;
}
.BgClassName
{
background-color: #C62896;
}
</style>
border-color css
<style>
span { border-color: #C62896; }
span { border-color: rgb(198,40,150); }
td.TdClassName
{
border-color: #C62896;
}
.TagClassName
{
border-color: #C62896;
}
</style>