Shades of Medium Red Violet #C0299B
Tints of Medium Red Violet #C0299B
RGB
CMYK
RGB Variations
Color information
#C0299B (or 0xC0299B) is known color: Medium Red Violet. HEX triplet: C0, 29 and 9B. RGB value is (192,41,155). Sum of RGB (Red+Green+Blue) = 192+41+155=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0299B is #3FD664. Grayscale: #626262. Windows color (decimal): -4183653 or 10168768. OLE color: 10168768.
HSL color Cylindrical-coordinate representation of color #C0299B: hue angle of 314.7º 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 #C0299B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 155 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.25 |
| HSL | 314.7º | 0.65% | 0.46% | - |
| HSV(B) | 314.7º | 0.79% | 0.75% | - |
| XYZ | 28.45 | 15.16 | 32.44 | - |
| YUV | 99.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 155 | 0 | 0.79 | 0.19 | 0.25 | 314.7 | 0.65 | 0.46 |
| Hex | C0 | 29 | 9B | 0 | 4F | 13 | 19 | 13B | 41 | 2E |
| Octal | 300 | 51 | 233 | 0 | 117 | 23 | 31 | 473 | 101 | 56 |
| Binary | 11000000 | 101001 | 10011011 | 0 | 1001111 | 10011 | 11001 | 100111011 | 1000001 | 101110 |
Color Harmonies of #C0299B
Complementary color
Monochromatic Colors of #C0299B
Black with #C0299B
Text Example
Text Example
White with #C0299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0299B; }
p { color: rgb(192,41,155); }
H1.HeaderClassName
{
color: #C0299B;
}
.AnyTagClassName
{
color: #C0299B;
}
</style>
background-color css
<style>
a { background-color: #C0299B; }
a { background-color: rgb(192,41,155); }
div.DivClassName
{
background-color: #C0299B;
}
.BgClassName
{
background-color: #C0299B;
}
</style>
border-color css
<style>
span { border-color: #C0299B; }
span { border-color: rgb(192,41,155); }
td.TdClassName
{
border-color: #C0299B;
}
.TagClassName
{
border-color: #C0299B;
}
</style>