Shades of Medium Red Violet #C0299D
Tints of Medium Red Violet #C0299D
RGB
CMYK
RGB Variations
Color information
#C0299D (or 0xC0299D) is known color: Medium Red Violet. HEX triplet: C0, 29 and 9D. RGB value is (192,41,157). Sum of RGB (Red+Green+Blue) = 192+41+157=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0299D is #3FD662. Grayscale: #636363. Windows color (decimal): -4183651 or 10299840. OLE color: 10299840.
HSL color Cylindrical-coordinate representation of color #C0299D: hue angle of 313.91º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0299D is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 157 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.25 |
| HSL | 313.91º | 0.65% | 0.46% | - |
| HSV(B) | 313.91º | 0.79% | 0.75% | - |
| XYZ | 28.62 | 15.23 | 33.33 | - |
| YUV | 99.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 157 | 0 | 0.79 | 0.18 | 0.25 | 313.91 | 0.65 | 0.46 |
| Hex | C0 | 29 | 9D | 0 | 4F | 12 | 19 | 13A | 41 | 2E |
| Octal | 300 | 51 | 235 | 0 | 117 | 22 | 31 | 472 | 101 | 56 |
| Binary | 11000000 | 101001 | 10011101 | 0 | 1001111 | 10010 | 11001 | 100111010 | 1000001 | 101110 |
Color Harmonies of #C0299D
Complementary color
Monochromatic Colors of #C0299D
Black with #C0299D
Text Example
Text Example
White with #C0299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0299D; }
p { color: rgb(192,41,157); }
H1.HeaderClassName
{
color: #C0299D;
}
.AnyTagClassName
{
color: #C0299D;
}
</style>
background-color css
<style>
a { background-color: #C0299D; }
a { background-color: rgb(192,41,157); }
div.DivClassName
{
background-color: #C0299D;
}
.BgClassName
{
background-color: #C0299D;
}
</style>
border-color css
<style>
span { border-color: #C0299D; }
span { border-color: rgb(192,41,157); }
td.TdClassName
{
border-color: #C0299D;
}
.TagClassName
{
border-color: #C0299D;
}
</style>