Shades of Medium Red Violet #C03B9E
Tints of Medium Red Violet #C03B9E
RGB
CMYK
RGB Variations
Color information
#C03B9E (or 0xC03B9E) is known color: Medium Red Violet. HEX triplet: C0, 3B and 9E. RGB value is (192,59,158). Sum of RGB (Red+Green+Blue) = 192+59+158=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B9E is #3FC461. Grayscale: #6D6D6D. Windows color (decimal): -4179042 or 10369984. OLE color: 10369984.
HSL color Cylindrical-coordinate representation of color #C03B9E: hue angle of 315.34º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B9E is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 158 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.25 |
| HSL | 315.34º | 0.53% | 0.49% | - |
| HSV(B) | 315.34º | 0.69% | 0.75% | - |
| XYZ | 29.47 | 16.8 | 34.04 | - |
| YUV | 110.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 158 | 0 | 0.69 | 0.18 | 0.25 | 315.34 | 0.53 | 0.49 |
| Hex | C0 | 3B | 9E | 0 | 45 | 12 | 19 | 13B | 35 | 31 |
| Octal | 300 | 73 | 236 | 0 | 105 | 22 | 31 | 473 | 65 | 61 |
| Binary | 11000000 | 111011 | 10011110 | 0 | 1000101 | 10010 | 11001 | 100111011 | 110101 | 110001 |
Color Harmonies of #C03B9E
Complementary color
Monochromatic Colors of #C03B9E
Black with #C03B9E
Text Example
Text Example
White with #C03B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B9E; }
p { color: rgb(192,59,158); }
H1.HeaderClassName
{
color: #C03B9E;
}
.AnyTagClassName
{
color: #C03B9E;
}
</style>
background-color css
<style>
a { background-color: #C03B9E; }
a { background-color: rgb(192,59,158); }
div.DivClassName
{
background-color: #C03B9E;
}
.BgClassName
{
background-color: #C03B9E;
}
</style>
border-color css
<style>
span { border-color: #C03B9E; }
span { border-color: rgb(192,59,158); }
td.TdClassName
{
border-color: #C03B9E;
}
.TagClassName
{
border-color: #C03B9E;
}
</style>