Shades of Medium Red Violet #C0298B
Tints of Medium Red Violet #C0298B
RGB
CMYK
RGB Variations
Color information
#C0298B (or 0xC0298B) is known color: Medium Red Violet. HEX triplet: C0, 29 and 8B. RGB value is (192,41,139). Sum of RGB (Red+Green+Blue) = 192+41+139=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0298B is #3FD674. Grayscale: #616161. Windows color (decimal): -4183669 or 9120192. OLE color: 9120192.
HSL color Cylindrical-coordinate representation of color #C0298B: hue angle of 321.06º 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 #C0298B is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 139 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.25 |
| HSL | 321.06º | 0.65% | 0.46% | - |
| HSV(B) | 321.06º | 0.79% | 0.75% | - |
| XYZ | 27.19 | 14.66 | 25.82 | - |
| YUV | 97.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 139 | 0 | 0.79 | 0.28 | 0.25 | 321.06 | 0.65 | 0.46 |
| Hex | C0 | 29 | 8B | 0 | 4F | 1C | 19 | 141 | 41 | 2E |
| Octal | 300 | 51 | 213 | 0 | 117 | 34 | 31 | 501 | 101 | 56 |
| Binary | 11000000 | 101001 | 10001011 | 0 | 1001111 | 11100 | 11001 | 101000001 | 1000001 | 101110 |
Color Harmonies of #C0298B
Complementary color
Monochromatic Colors of #C0298B
Black with #C0298B
Text Example
Text Example
White with #C0298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0298B; }
p { color: rgb(192,41,139); }
H1.HeaderClassName
{
color: #C0298B;
}
.AnyTagClassName
{
color: #C0298B;
}
</style>
background-color css
<style>
a { background-color: #C0298B; }
a { background-color: rgb(192,41,139); }
div.DivClassName
{
background-color: #C0298B;
}
.BgClassName
{
background-color: #C0298B;
}
</style>
border-color css
<style>
span { border-color: #C0298B; }
span { border-color: rgb(192,41,139); }
td.TdClassName
{
border-color: #C0298B;
}
.TagClassName
{
border-color: #C0298B;
}
</style>