Shades of Medium Red Violet #C03784
Tints of Medium Red Violet #C03784
RGB
CMYK
RGB Variations
Color information
#C03784 (or 0xC03784) is known color: Medium Red Violet. HEX triplet: C0, 37 and 84. RGB value is (192,55,132). Sum of RGB (Red+Green+Blue) = 192+55+132=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C03784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03784 is #3FC87B. Grayscale: #686868. Windows color (decimal): -4180092 or 8665024. OLE color: 8665024.
HSL color Cylindrical-coordinate representation of color #C03784: hue angle of 326.28º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03784 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 132 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.25 |
| HSL | 326.28º | 0.55% | 0.48% | - |
| HSV(B) | 326.28º | 0.71% | 0.75% | - |
| XYZ | 27.27 | 15.6 | 23.4 | - |
| YUV | 104.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 132 | 0 | 0.71 | 0.31 | 0.25 | 326.28 | 0.55 | 0.48 |
| Hex | C0 | 37 | 84 | 0 | 47 | 1F | 19 | 146 | 37 | 30 |
| Octal | 300 | 67 | 204 | 0 | 107 | 37 | 31 | 506 | 67 | 60 |
| Binary | 11000000 | 110111 | 10000100 | 0 | 1000111 | 11111 | 11001 | 101000110 | 110111 | 110000 |
Color Harmonies of #C03784
Complementary color
Monochromatic Colors of #C03784
Black with #C03784
Text Example
Text Example
White with #C03784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03784; }
p { color: rgb(192,55,132); }
H1.HeaderClassName
{
color: #C03784;
}
.AnyTagClassName
{
color: #C03784;
}
</style>
background-color css
<style>
a { background-color: #C03784; }
a { background-color: rgb(192,55,132); }
div.DivClassName
{
background-color: #C03784;
}
.BgClassName
{
background-color: #C03784;
}
</style>
border-color css
<style>
span { border-color: #C03784; }
span { border-color: rgb(192,55,132); }
td.TdClassName
{
border-color: #C03784;
}
.TagClassName
{
border-color: #C03784;
}
</style>