Shades of Medium Red Violet #C03F80
Tints of Medium Red Violet #C03F80
RGB
CMYK
RGB Variations
Color information
#C03F80 (or 0xC03F80) is known color: Medium Red Violet. HEX triplet: C0, 3F and 80. RGB value is (192,63,128). Sum of RGB (Red+Green+Blue) = 192+63+128=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F80 is #3FC07F. Grayscale: #6C6C6C. Windows color (decimal): -4178048 or 8404928. OLE color: 8404928.
HSL color Cylindrical-coordinate representation of color #C03F80: hue angle of 329.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F80 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 128 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.25 |
| HSL | 329.77º | 0.51% | 0.5% | - |
| HSV(B) | 329.77º | 0.67% | 0.75% | - |
| XYZ | 27.41 | 16.32 | 22.13 | - |
| YUV | 108.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 128 | 0 | 0.67 | 0.33 | 0.25 | 329.77 | 0.51 | 0.5 |
| Hex | C0 | 3F | 80 | 0 | 43 | 21 | 19 | 14A | 33 | 32 |
| Octal | 300 | 77 | 200 | 0 | 103 | 41 | 31 | 512 | 63 | 62 |
| Binary | 11000000 | 111111 | 10000000 | 0 | 1000011 | 100001 | 11001 | 101001010 | 110011 | 110010 |
Color Harmonies of #C03F80
Complementary color
Monochromatic Colors of #C03F80
Black with #C03F80
Text Example
Text Example
White with #C03F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F80; }
p { color: rgb(192,63,128); }
H1.HeaderClassName
{
color: #C03F80;
}
.AnyTagClassName
{
color: #C03F80;
}
</style>
background-color css
<style>
a { background-color: #C03F80; }
a { background-color: rgb(192,63,128); }
div.DivClassName
{
background-color: #C03F80;
}
.BgClassName
{
background-color: #C03F80;
}
</style>
border-color css
<style>
span { border-color: #C03F80; }
span { border-color: rgb(192,63,128); }
td.TdClassName
{
border-color: #C03F80;
}
.TagClassName
{
border-color: #C03F80;
}
</style>