Shades of Medium Violet Red #C3079F
Tints of Medium Violet Red #C3079F
RGB
CMYK
RGB Variations
Color information
#C3079F (or 0xC3079F) is known color: Medium Violet Red. HEX triplet: C3, 07 and 9F. RGB value is (195,7,159). Sum of RGB (Red+Green+Blue) = 195+7+159=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3079F is #3CF860. Grayscale: #505050. Windows color (decimal): -3995745 or 10422211. OLE color: 10422211.
HSL color Cylindrical-coordinate representation of color #C3079F: hue angle of 311.49º 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 #C3079F is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.24 |
| HSL | 311.49º | 0.93% | 0.4% | - |
| HSV(B) | 311.49º | 0.96% | 0.76% | - |
| XYZ | 28.84 | 14.26 | 34.03 | - |
| YUV | 80.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 159 | 0 | 0.96 | 0.18 | 0.24 | 311.49 | 0.93 | 0.4 |
| Hex | C3 | 7 | 9F | 0 | 60 | 12 | 18 | 137 | 5D | 28 |
| Octal | 303 | 7 | 237 | 0 | 140 | 22 | 30 | 467 | 135 | 50 |
| Binary | 11000011 | 111 | 10011111 | 0 | 1100000 | 10010 | 11000 | 100110111 | 1011101 | 101000 |
Color Harmonies of #C3079F
Complementary color
Monochromatic Colors of #C3079F
Black with #C3079F
Text Example
Text Example
White with #C3079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3079F; }
p { color: rgb(195,7,159); }
H1.HeaderClassName
{
color: #C3079F;
}
.AnyTagClassName
{
color: #C3079F;
}
</style>
background-color css
<style>
a { background-color: #C3079F; }
a { background-color: rgb(195,7,159); }
div.DivClassName
{
background-color: #C3079F;
}
.BgClassName
{
background-color: #C3079F;
}
</style>
border-color css
<style>
span { border-color: #C3079F; }
span { border-color: rgb(195,7,159); }
td.TdClassName
{
border-color: #C3079F;
}
.TagClassName
{
border-color: #C3079F;
}
</style>