Shades of Medium Violet Red #C3076A
Tints of Medium Violet Red #C3076A
RGB
CMYK
RGB Variations
Color information
#C3076A (or 0xC3076A) is known color: Medium Violet Red. HEX triplet: C3, 07 and 6A. RGB value is (195,7,106). Sum of RGB (Red+Green+Blue) = 195+7+106=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3076A is #3CF895. Grayscale: #4A4A4A. Windows color (decimal): -3995798 or 6948803. OLE color: 6948803.
HSL color Cylindrical-coordinate representation of color #C3076A: hue angle of 328.4º 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 #C3076A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 106 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.24 |
| HSL | 328.4º | 0.93% | 0.4% | - |
| HSV(B) | 328.4º | 0.96% | 0.76% | - |
| XYZ | 25.18 | 12.79 | 14.78 | - |
| YUV | 74.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 106 | 0 | 0.96 | 0.46 | 0.24 | 328.4 | 0.93 | 0.4 |
| Hex | C3 | 7 | 6A | 0 | 60 | 2E | 18 | 148 | 5D | 28 |
| Octal | 303 | 7 | 152 | 0 | 140 | 56 | 30 | 510 | 135 | 50 |
| Binary | 11000011 | 111 | 1101010 | 0 | 1100000 | 101110 | 11000 | 101001000 | 1011101 | 101000 |
Color Harmonies of #C3076A
Complementary color
Monochromatic Colors of #C3076A
Black with #C3076A
Text Example
Text Example
White with #C3076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3076A; }
p { color: rgb(195,7,106); }
H1.HeaderClassName
{
color: #C3076A;
}
.AnyTagClassName
{
color: #C3076A;
}
</style>
background-color css
<style>
a { background-color: #C3076A; }
a { background-color: rgb(195,7,106); }
div.DivClassName
{
background-color: #C3076A;
}
.BgClassName
{
background-color: #C3076A;
}
</style>
border-color css
<style>
span { border-color: #C3076A; }
span { border-color: rgb(195,7,106); }
td.TdClassName
{
border-color: #C3076A;
}
.TagClassName
{
border-color: #C3076A;
}
</style>