Shades of Medium Violet Red #C3076D
Tints of Medium Violet Red #C3076D
RGB
CMYK
RGB Variations
Color information
#C3076D (or 0xC3076D) is known color: Medium Violet Red. HEX triplet: C3, 07 and 6D. RGB value is (195,7,109). Sum of RGB (Red+Green+Blue) = 195+7+109=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3076D is #3CF892. Grayscale: #4A4A4A. Windows color (decimal): -3995795 or 7145411. OLE color: 7145411.
HSL color Cylindrical-coordinate representation of color #C3076D: hue angle of 327.45º 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 #C3076D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.24 |
| HSL | 327.45º | 0.93% | 0.4% | - |
| HSV(B) | 327.45º | 0.96% | 0.76% | - |
| XYZ | 25.34 | 12.86 | 15.61 | - |
| YUV | 74.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 109 | 0 | 0.96 | 0.44 | 0.24 | 327.45 | 0.93 | 0.4 |
| Hex | C3 | 7 | 6D | 0 | 60 | 2C | 18 | 147 | 5D | 28 |
| Octal | 303 | 7 | 155 | 0 | 140 | 54 | 30 | 507 | 135 | 50 |
| Binary | 11000011 | 111 | 1101101 | 0 | 1100000 | 101100 | 11000 | 101000111 | 1011101 | 101000 |
Color Harmonies of #C3076D
Complementary color
Monochromatic Colors of #C3076D
Black with #C3076D
Text Example
Text Example
White with #C3076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3076D; }
p { color: rgb(195,7,109); }
H1.HeaderClassName
{
color: #C3076D;
}
.AnyTagClassName
{
color: #C3076D;
}
</style>
background-color css
<style>
a { background-color: #C3076D; }
a { background-color: rgb(195,7,109); }
div.DivClassName
{
background-color: #C3076D;
}
.BgClassName
{
background-color: #C3076D;
}
</style>
border-color css
<style>
span { border-color: #C3076D; }
span { border-color: rgb(195,7,109); }
td.TdClassName
{
border-color: #C3076D;
}
.TagClassName
{
border-color: #C3076D;
}
</style>