Shades of Medium Violet Red #C3076B
Tints of Medium Violet Red #C3076B
RGB
CMYK
RGB Variations
Color information
#C3076B (or 0xC3076B) is known color: Medium Violet Red. HEX triplet: C3, 07 and 6B. RGB value is (195,7,107). Sum of RGB (Red+Green+Blue) = 195+7+107=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3076B is #3CF894. Grayscale: #4A4A4A. Windows color (decimal): -3995797 or 7014339. OLE color: 7014339.
HSL color Cylindrical-coordinate representation of color #C3076B: hue angle of 328.09º 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 #C3076B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.24 |
| HSL | 328.09º | 0.93% | 0.4% | - |
| HSV(B) | 328.09º | 0.96% | 0.76% | - |
| XYZ | 25.24 | 12.82 | 15.05 | - |
| YUV | 74.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 107 | 0 | 0.96 | 0.45 | 0.24 | 328.09 | 0.93 | 0.4 |
| Hex | C3 | 7 | 6B | 0 | 60 | 2D | 18 | 148 | 5D | 28 |
| Octal | 303 | 7 | 153 | 0 | 140 | 55 | 30 | 510 | 135 | 50 |
| Binary | 11000011 | 111 | 1101011 | 0 | 1100000 | 101101 | 11000 | 101001000 | 1011101 | 101000 |
Color Harmonies of #C3076B
Complementary color
Monochromatic Colors of #C3076B
Black with #C3076B
Text Example
Text Example
White with #C3076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3076B; }
p { color: rgb(195,7,107); }
H1.HeaderClassName
{
color: #C3076B;
}
.AnyTagClassName
{
color: #C3076B;
}
</style>
background-color css
<style>
a { background-color: #C3076B; }
a { background-color: rgb(195,7,107); }
div.DivClassName
{
background-color: #C3076B;
}
.BgClassName
{
background-color: #C3076B;
}
</style>
border-color css
<style>
span { border-color: #C3076B; }
span { border-color: rgb(195,7,107); }
td.TdClassName
{
border-color: #C3076B;
}
.TagClassName
{
border-color: #C3076B;
}
</style>