Shades of Medium Violet Red #C3078D
Tints of Medium Violet Red #C3078D
RGB
CMYK
RGB Variations
Color information
#C3078D (or 0xC3078D) is known color: Medium Violet Red. HEX triplet: C3, 07 and 8D. RGB value is (195,7,141). Sum of RGB (Red+Green+Blue) = 195+7+141=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3078D is #3CF872. Grayscale: #4E4E4E. Windows color (decimal): -3995763 or 9242563. OLE color: 9242563.
HSL color Cylindrical-coordinate representation of color #C3078D: hue angle of 317.23º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3078D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.24 |
| HSL | 317.23º | 0.93% | 0.4% | - |
| HSV(B) | 317.23º | 0.96% | 0.76% | - |
| XYZ | 27.39 | 13.68 | 26.4 | - |
| YUV | 78.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 141 | 0 | 0.96 | 0.28 | 0.24 | 317.23 | 0.93 | 0.4 |
| Hex | C3 | 7 | 8D | 0 | 60 | 1C | 18 | 13D | 5D | 28 |
| Octal | 303 | 7 | 215 | 0 | 140 | 34 | 30 | 475 | 135 | 50 |
| Binary | 11000011 | 111 | 10001101 | 0 | 1100000 | 11100 | 11000 | 100111101 | 1011101 | 101000 |
Color Harmonies of #C3078D
Complementary color
Monochromatic Colors of #C3078D
Black with #C3078D
Text Example
Text Example
White with #C3078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3078D; }
p { color: rgb(195,7,141); }
H1.HeaderClassName
{
color: #C3078D;
}
.AnyTagClassName
{
color: #C3078D;
}
</style>
background-color css
<style>
a { background-color: #C3078D; }
a { background-color: rgb(195,7,141); }
div.DivClassName
{
background-color: #C3078D;
}
.BgClassName
{
background-color: #C3078D;
}
</style>
border-color css
<style>
span { border-color: #C3078D; }
span { border-color: rgb(195,7,141); }
td.TdClassName
{
border-color: #C3078D;
}
.TagClassName
{
border-color: #C3078D;
}
</style>