Shades of Medium Red Violet #C3379C
Tints of Medium Red Violet #C3379C
RGB
CMYK
RGB Variations
Color information
#C3379C (or 0xC3379C) is known color: Medium Red Violet. HEX triplet: C3, 37 and 9C. RGB value is (195,55,156). Sum of RGB (Red+Green+Blue) = 195+55+156=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3379C is #3CC863. Grayscale: #6C6C6C. Windows color (decimal): -3983460 or 10237891. OLE color: 10237891.
HSL color Cylindrical-coordinate representation of color #C3379C: hue angle of 316.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3379C is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 156 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.24 |
| HSL | 316.71º | 0.56% | 0.49% | - |
| HSV(B) | 316.71º | 0.72% | 0.76% | - |
| XYZ | 29.87 | 16.73 | 33.11 | - |
| YUV | 108.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 156 | 0 | 0.72 | 0.20 | 0.24 | 316.71 | 0.56 | 0.49 |
| Hex | C3 | 37 | 9C | 0 | 48 | 14 | 18 | 13D | 38 | 31 |
| Octal | 303 | 67 | 234 | 0 | 110 | 24 | 30 | 475 | 70 | 61 |
| Binary | 11000011 | 110111 | 10011100 | 0 | 1001000 | 10100 | 11000 | 100111101 | 111000 | 110001 |
Color Harmonies of #C3379C
Complementary color
Monochromatic Colors of #C3379C
Black with #C3379C
Text Example
Text Example
White with #C3379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3379C; }
p { color: rgb(195,55,156); }
H1.HeaderClassName
{
color: #C3379C;
}
.AnyTagClassName
{
color: #C3379C;
}
</style>
background-color css
<style>
a { background-color: #C3379C; }
a { background-color: rgb(195,55,156); }
div.DivClassName
{
background-color: #C3379C;
}
.BgClassName
{
background-color: #C3379C;
}
</style>
border-color css
<style>
span { border-color: #C3379C; }
span { border-color: rgb(195,55,156); }
td.TdClassName
{
border-color: #C3379C;
}
.TagClassName
{
border-color: #C3379C;
}
</style>