Shades of Medium Red Violet #C3379D
Tints of Medium Red Violet #C3379D
RGB
CMYK
RGB Variations
Color information
#C3379D (or 0xC3379D) is known color: Medium Red Violet. HEX triplet: C3, 37 and 9D. RGB value is (195,55,157). Sum of RGB (Red+Green+Blue) = 195+55+157=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3379D is #3CC862. Grayscale: #6C6C6C. Windows color (decimal): -3983459 or 10303427. OLE color: 10303427.
HSL color Cylindrical-coordinate representation of color #C3379D: hue angle of 316.29º 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 #C3379D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 157 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.24 |
| HSL | 316.29º | 0.56% | 0.49% | - |
| HSV(B) | 316.29º | 0.72% | 0.76% | - |
| XYZ | 29.96 | 16.77 | 33.56 | - |
| YUV | 108.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 157 | 0 | 0.72 | 0.19 | 0.24 | 316.29 | 0.56 | 0.49 |
| Hex | C3 | 37 | 9D | 0 | 48 | 13 | 18 | 13C | 38 | 31 |
| Octal | 303 | 67 | 235 | 0 | 110 | 23 | 30 | 474 | 70 | 61 |
| Binary | 11000011 | 110111 | 10011101 | 0 | 1001000 | 10011 | 11000 | 100111100 | 111000 | 110001 |
Color Harmonies of #C3379D
Complementary color
Monochromatic Colors of #C3379D
Black with #C3379D
Text Example
Text Example
White with #C3379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3379D; }
p { color: rgb(195,55,157); }
H1.HeaderClassName
{
color: #C3379D;
}
.AnyTagClassName
{
color: #C3379D;
}
</style>
background-color css
<style>
a { background-color: #C3379D; }
a { background-color: rgb(195,55,157); }
div.DivClassName
{
background-color: #C3379D;
}
.BgClassName
{
background-color: #C3379D;
}
</style>
border-color css
<style>
span { border-color: #C3379D; }
span { border-color: rgb(195,55,157); }
td.TdClassName
{
border-color: #C3379D;
}
.TagClassName
{
border-color: #C3379D;
}
</style>