Shades of Medium Red Violet #C03F84
Tints of Medium Red Violet #C03F84
RGB
CMYK
RGB Variations
Color information
#C03F84 (or 0xC03F84) is known color: Medium Red Violet. HEX triplet: C0, 3F and 84. RGB value is (192,63,132). Sum of RGB (Red+Green+Blue) = 192+63+132=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F84 is #3FC07B. Grayscale: #6D6D6D. Windows color (decimal): -4178044 or 8667072. OLE color: 8667072.
HSL color Cylindrical-coordinate representation of color #C03F84: hue angle of 327.91º 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 #C03F84 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 132 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.25 |
| HSL | 327.91º | 0.51% | 0.5% | - |
| HSV(B) | 327.91º | 0.67% | 0.75% | - |
| XYZ | 27.68 | 16.43 | 23.54 | - |
| YUV | 109.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 132 | 0 | 0.67 | 0.31 | 0.25 | 327.91 | 0.51 | 0.5 |
| Hex | C0 | 3F | 84 | 0 | 43 | 1F | 19 | 148 | 33 | 32 |
| Octal | 300 | 77 | 204 | 0 | 103 | 37 | 31 | 510 | 63 | 62 |
| Binary | 11000000 | 111111 | 10000100 | 0 | 1000011 | 11111 | 11001 | 101001000 | 110011 | 110010 |
Color Harmonies of #C03F84
Complementary color
Monochromatic Colors of #C03F84
Black with #C03F84
Text Example
Text Example
White with #C03F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F84; }
p { color: rgb(192,63,132); }
H1.HeaderClassName
{
color: #C03F84;
}
.AnyTagClassName
{
color: #C03F84;
}
</style>
background-color css
<style>
a { background-color: #C03F84; }
a { background-color: rgb(192,63,132); }
div.DivClassName
{
background-color: #C03F84;
}
.BgClassName
{
background-color: #C03F84;
}
</style>
border-color css
<style>
span { border-color: #C03F84; }
span { border-color: rgb(192,63,132); }
td.TdClassName
{
border-color: #C03F84;
}
.TagClassName
{
border-color: #C03F84;
}
</style>