Shades of Medium Red Violet #C62999
Tints of Medium Red Violet #C62999
RGB
CMYK
RGB Variations
Color information
#C62999 (or 0xC62999) is known color: Medium Red Violet. HEX triplet: C6, 29 and 99. RGB value is (198,41,153). Sum of RGB (Red+Green+Blue) = 198+41+153=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C62999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62999 is #39D666. Grayscale: #646464. Windows color (decimal): -3790439 or 10037702. OLE color: 10037702.
HSL color Cylindrical-coordinate representation of color #C62999: hue angle of 317.2º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62999 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 153 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.22 |
| HSL | 317.2º | 0.66% | 0.47% | - |
| HSV(B) | 317.2º | 0.79% | 0.78% | - |
| XYZ | 29.83 | 15.89 | 31.63 | - |
| YUV | 100.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 153 | 0 | 0.79 | 0.23 | 0.22 | 317.2 | 0.66 | 0.47 |
| Hex | C6 | 29 | 99 | 0 | 4F | 17 | 16 | 13D | 42 | 2F |
| Octal | 306 | 51 | 231 | 0 | 117 | 27 | 26 | 475 | 102 | 57 |
| Binary | 11000110 | 101001 | 10011001 | 0 | 1001111 | 10111 | 10110 | 100111101 | 1000010 | 101111 |
Color Harmonies of #C62999
Complementary color
Monochromatic Colors of #C62999
Black with #C62999
Text Example
Text Example
White with #C62999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62999; }
p { color: rgb(198,41,153); }
H1.HeaderClassName
{
color: #C62999;
}
.AnyTagClassName
{
color: #C62999;
}
</style>
background-color css
<style>
a { background-color: #C62999; }
a { background-color: rgb(198,41,153); }
div.DivClassName
{
background-color: #C62999;
}
.BgClassName
{
background-color: #C62999;
}
</style>
border-color css
<style>
span { border-color: #C62999; }
span { border-color: rgb(198,41,153); }
td.TdClassName
{
border-color: #C62999;
}
.TagClassName
{
border-color: #C62999;
}
</style>