Shades of Medium Red Violet #C03C8E
Tints of Medium Red Violet #C03C8E
RGB
CMYK
RGB Variations
Color information
#C03C8E (or 0xC03C8E) is known color: Medium Red Violet. HEX triplet: C0, 3C and 8E. RGB value is (192,60,142). Sum of RGB (Red+Green+Blue) = 192+60+142=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C8E is #3FC371. Grayscale: #6C6C6C. Windows color (decimal): -4178802 or 9321664. OLE color: 9321664.
HSL color Cylindrical-coordinate representation of color #C03C8E: hue angle of 322.73º degrees, saturation: 0.52, 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 #C03C8E is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 142 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.25 |
| HSL | 322.73º | 0.52% | 0.49% | - |
| HSV(B) | 322.73º | 0.69% | 0.75% | - |
| XYZ | 28.24 | 16.39 | 27.27 | - |
| YUV | 108.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 142 | 0 | 0.69 | 0.26 | 0.25 | 322.73 | 0.52 | 0.49 |
| Hex | C0 | 3C | 8E | 0 | 45 | 1A | 19 | 143 | 34 | 31 |
| Octal | 300 | 74 | 216 | 0 | 105 | 32 | 31 | 503 | 64 | 61 |
| Binary | 11000000 | 111100 | 10001110 | 0 | 1000101 | 11010 | 11001 | 101000011 | 110100 | 110001 |
Color Harmonies of #C03C8E
Complementary color
Monochromatic Colors of #C03C8E
Black with #C03C8E
Text Example
Text Example
White with #C03C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C8E; }
p { color: rgb(192,60,142); }
H1.HeaderClassName
{
color: #C03C8E;
}
.AnyTagClassName
{
color: #C03C8E;
}
</style>
background-color css
<style>
a { background-color: #C03C8E; }
a { background-color: rgb(192,60,142); }
div.DivClassName
{
background-color: #C03C8E;
}
.BgClassName
{
background-color: #C03C8E;
}
</style>
border-color css
<style>
span { border-color: #C03C8E; }
span { border-color: rgb(192,60,142); }
td.TdClassName
{
border-color: #C03C8E;
}
.TagClassName
{
border-color: #C03C8E;
}
</style>