Shades of Medium Violet Red #C3076E
Tints of Medium Violet Red #C3076E
RGB
CMYK
RGB Variations
Color information
#C3076E (or 0xC3076E) is known color: Medium Violet Red. HEX triplet: C3, 07 and 6E. RGB value is (195,7,110). Sum of RGB (Red+Green+Blue) = 195+7+110=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3076E is #3CF891. Grayscale: #4A4A4A. Windows color (decimal): -3995794 or 7210947. OLE color: 7210947.
HSL color Cylindrical-coordinate representation of color #C3076E: hue angle of 327.13º 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 #C3076E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.24 |
| HSL | 327.13º | 0.93% | 0.4% | - |
| HSV(B) | 327.13º | 0.96% | 0.76% | - |
| XYZ | 25.4 | 12.88 | 15.9 | - |
| YUV | 74.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 110 | 0 | 0.96 | 0.44 | 0.24 | 327.13 | 0.93 | 0.4 |
| Hex | C3 | 7 | 6E | 0 | 60 | 2C | 18 | 147 | 5D | 28 |
| Octal | 303 | 7 | 156 | 0 | 140 | 54 | 30 | 507 | 135 | 50 |
| Binary | 11000011 | 111 | 1101110 | 0 | 1100000 | 101100 | 11000 | 101000111 | 1011101 | 101000 |
Color Harmonies of #C3076E
Complementary color
Monochromatic Colors of #C3076E
Black with #C3076E
Text Example
Text Example
White with #C3076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3076E; }
p { color: rgb(195,7,110); }
H1.HeaderClassName
{
color: #C3076E;
}
.AnyTagClassName
{
color: #C3076E;
}
</style>
background-color css
<style>
a { background-color: #C3076E; }
a { background-color: rgb(195,7,110); }
div.DivClassName
{
background-color: #C3076E;
}
.BgClassName
{
background-color: #C3076E;
}
</style>
border-color css
<style>
span { border-color: #C3076E; }
span { border-color: rgb(195,7,110); }
td.TdClassName
{
border-color: #C3076E;
}
.TagClassName
{
border-color: #C3076E;
}
</style>