Shades of Medium Violet Red #C3076C
Tints of Medium Violet Red #C3076C
RGB
CMYK
RGB Variations
Color information
#C3076C (or 0xC3076C) is known color: Medium Violet Red. HEX triplet: C3, 07 and 6C. RGB value is (195,7,108). Sum of RGB (Red+Green+Blue) = 195+7+108=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3076C is #3CF893. Grayscale: #4A4A4A. Windows color (decimal): -3995796 or 7079875. OLE color: 7079875.
HSL color Cylindrical-coordinate representation of color #C3076C: hue angle of 327.77º 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 #C3076C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.24 |
| HSL | 327.77º | 0.93% | 0.4% | - |
| HSV(B) | 327.77º | 0.96% | 0.76% | - |
| XYZ | 25.29 | 12.84 | 15.33 | - |
| YUV | 74.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 108 | 0 | 0.96 | 0.45 | 0.24 | 327.77 | 0.93 | 0.4 |
| Hex | C3 | 7 | 6C | 0 | 60 | 2D | 18 | 148 | 5D | 28 |
| Octal | 303 | 7 | 154 | 0 | 140 | 55 | 30 | 510 | 135 | 50 |
| Binary | 11000011 | 111 | 1101100 | 0 | 1100000 | 101101 | 11000 | 101001000 | 1011101 | 101000 |
Color Harmonies of #C3076C
Complementary color
Monochromatic Colors of #C3076C
Black with #C3076C
Text Example
Text Example
White with #C3076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3076C; }
p { color: rgb(195,7,108); }
H1.HeaderClassName
{
color: #C3076C;
}
.AnyTagClassName
{
color: #C3076C;
}
</style>
background-color css
<style>
a { background-color: #C3076C; }
a { background-color: rgb(195,7,108); }
div.DivClassName
{
background-color: #C3076C;
}
.BgClassName
{
background-color: #C3076C;
}
</style>
border-color css
<style>
span { border-color: #C3076C; }
span { border-color: rgb(195,7,108); }
td.TdClassName
{
border-color: #C3076C;
}
.TagClassName
{
border-color: #C3076C;
}
</style>