Shades of Medium Violet Red #C3079A
Tints of Medium Violet Red #C3079A
RGB
CMYK
RGB Variations
Color information
#C3079A (or 0xC3079A) is known color: Medium Violet Red. HEX triplet: C3, 07 and 9A. RGB value is (195,7,154). Sum of RGB (Red+Green+Blue) = 195+7+154=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3079A is #3CF865. Grayscale: #4F4F4F. Windows color (decimal): -3995750 or 10094531. OLE color: 10094531.
HSL color Cylindrical-coordinate representation of color #C3079A: hue angle of 313.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 #C3079A is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.24 |
| HSL | 313.09º | 0.93% | 0.4% | - |
| HSV(B) | 313.09º | 0.96% | 0.76% | - |
| XYZ | 28.41 | 14.09 | 31.79 | - |
| YUV | 79.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 154 | 0 | 0.96 | 0.21 | 0.24 | 313.09 | 0.93 | 0.4 |
| Hex | C3 | 7 | 9A | 0 | 60 | 15 | 18 | 139 | 5D | 28 |
| Octal | 303 | 7 | 232 | 0 | 140 | 25 | 30 | 471 | 135 | 50 |
| Binary | 11000011 | 111 | 10011010 | 0 | 1100000 | 10101 | 11000 | 100111001 | 1011101 | 101000 |
Color Harmonies of #C3079A
Complementary color
Monochromatic Colors of #C3079A
Black with #C3079A
Text Example
Text Example
White with #C3079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3079A; }
p { color: rgb(195,7,154); }
H1.HeaderClassName
{
color: #C3079A;
}
.AnyTagClassName
{
color: #C3079A;
}
</style>
background-color css
<style>
a { background-color: #C3079A; }
a { background-color: rgb(195,7,154); }
div.DivClassName
{
background-color: #C3079A;
}
.BgClassName
{
background-color: #C3079A;
}
</style>
border-color css
<style>
span { border-color: #C3079A; }
span { border-color: rgb(195,7,154); }
td.TdClassName
{
border-color: #C3079A;
}
.TagClassName
{
border-color: #C3079A;
}
</style>