Shades of Medium Violet Red #C3079D
Tints of Medium Violet Red #C3079D
RGB
CMYK
RGB Variations
Color information
#C3079D (or 0xC3079D) is known color: Medium Violet Red. HEX triplet: C3, 07 and 9D. RGB value is (195,7,157). Sum of RGB (Red+Green+Blue) = 195+7+157=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3079D is #3CF862. Grayscale: #4F4F4F. Windows color (decimal): -3995747 or 10291139. OLE color: 10291139.
HSL color Cylindrical-coordinate representation of color #C3079D: hue angle of 312.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 #C3079D is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.24 |
| HSL | 312.13º | 0.93% | 0.4% | - |
| HSV(B) | 312.13º | 0.96% | 0.76% | - |
| XYZ | 28.67 | 14.19 | 33.13 | - |
| YUV | 80.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 157 | 0 | 0.96 | 0.19 | 0.24 | 312.13 | 0.93 | 0.4 |
| Hex | C3 | 7 | 9D | 0 | 60 | 13 | 18 | 138 | 5D | 28 |
| Octal | 303 | 7 | 235 | 0 | 140 | 23 | 30 | 470 | 135 | 50 |
| Binary | 11000011 | 111 | 10011101 | 0 | 1100000 | 10011 | 11000 | 100111000 | 1011101 | 101000 |
Color Harmonies of #C3079D
Complementary color
Monochromatic Colors of #C3079D
Black with #C3079D
Text Example
Text Example
White with #C3079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3079D; }
p { color: rgb(195,7,157); }
H1.HeaderClassName
{
color: #C3079D;
}
.AnyTagClassName
{
color: #C3079D;
}
</style>
background-color css
<style>
a { background-color: #C3079D; }
a { background-color: rgb(195,7,157); }
div.DivClassName
{
background-color: #C3079D;
}
.BgClassName
{
background-color: #C3079D;
}
</style>
border-color css
<style>
span { border-color: #C3079D; }
span { border-color: rgb(195,7,157); }
td.TdClassName
{
border-color: #C3079D;
}
.TagClassName
{
border-color: #C3079D;
}
</style>