Shades of Medium Violet Red #C00784
Tints of Medium Violet Red #C00784
RGB
CMYK
RGB Variations
Color information
#C00784 (or 0xC00784) is known color: Medium Violet Red. HEX triplet: C0, 07 and 84. RGB value is (192,7,132). Sum of RGB (Red+Green+Blue) = 192+7+132=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00784 is #3FF87B. Grayscale: #4C4C4C. Windows color (decimal): -4192380 or 8652736. OLE color: 8652736.
HSL color Cylindrical-coordinate representation of color #C00784: hue angle of 319.46º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00784 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 132 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.25 |
| HSL | 319.46º | 0.93% | 0.39% | - |
| HSV(B) | 319.46º | 0.96% | 0.75% | - |
| XYZ | 25.98 | 13.02 | 22.97 | - |
| YUV | 76.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 132 | 0 | 0.96 | 0.31 | 0.25 | 319.46 | 0.93 | 0.39 |
| Hex | C0 | 7 | 84 | 0 | 60 | 1F | 19 | 13F | 5D | 27 |
| Octal | 300 | 7 | 204 | 0 | 140 | 37 | 31 | 477 | 135 | 47 |
| Binary | 11000000 | 111 | 10000100 | 0 | 1100000 | 11111 | 11001 | 100111111 | 1011101 | 100111 |
Color Harmonies of #C00784
Complementary color
Monochromatic Colors of #C00784
Black with #C00784
Text Example
Text Example
White with #C00784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00784; }
p { color: rgb(192,7,132); }
H1.HeaderClassName
{
color: #C00784;
}
.AnyTagClassName
{
color: #C00784;
}
</style>
background-color css
<style>
a { background-color: #C00784; }
a { background-color: rgb(192,7,132); }
div.DivClassName
{
background-color: #C00784;
}
.BgClassName
{
background-color: #C00784;
}
</style>
border-color css
<style>
span { border-color: #C00784; }
span { border-color: rgb(192,7,132); }
td.TdClassName
{
border-color: #C00784;
}
.TagClassName
{
border-color: #C00784;
}
</style>