Shades of Medium Red Violet #C03F83
Tints of Medium Red Violet #C03F83
RGB
CMYK
RGB Variations
Color information
#C03F83 (or 0xC03F83) is known color: Medium Red Violet. HEX triplet: C0, 3F and 83. RGB value is (192,63,131). Sum of RGB (Red+Green+Blue) = 192+63+131=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F83 is #3FC07C. Grayscale: #6D6D6D. Windows color (decimal): -4178045 or 8601536. OLE color: 8601536.
HSL color Cylindrical-coordinate representation of color #C03F83: hue angle of 328.37º 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 #C03F83 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 131 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.25 |
| HSL | 328.37º | 0.51% | 0.5% | - |
| HSV(B) | 328.37º | 0.67% | 0.75% | - |
| XYZ | 27.61 | 16.4 | 23.18 | - |
| YUV | 109.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 131 | 0 | 0.67 | 0.32 | 0.25 | 328.37 | 0.51 | 0.5 |
| Hex | C0 | 3F | 83 | 0 | 43 | 20 | 19 | 148 | 33 | 32 |
| Octal | 300 | 77 | 203 | 0 | 103 | 40 | 31 | 510 | 63 | 62 |
| Binary | 11000000 | 111111 | 10000011 | 0 | 1000011 | 100000 | 11001 | 101001000 | 110011 | 110010 |
Color Harmonies of #C03F83
Complementary color
Monochromatic Colors of #C03F83
Black with #C03F83
Text Example
Text Example
White with #C03F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F83; }
p { color: rgb(192,63,131); }
H1.HeaderClassName
{
color: #C03F83;
}
.AnyTagClassName
{
color: #C03F83;
}
</style>
background-color css
<style>
a { background-color: #C03F83; }
a { background-color: rgb(192,63,131); }
div.DivClassName
{
background-color: #C03F83;
}
.BgClassName
{
background-color: #C03F83;
}
</style>
border-color css
<style>
span { border-color: #C03F83; }
span { border-color: rgb(192,63,131); }
td.TdClassName
{
border-color: #C03F83;
}
.TagClassName
{
border-color: #C03F83;
}
</style>