Shades of Medium Red Violet #C3397A
Tints of Medium Red Violet #C3397A
RGB
CMYK
RGB Variations
Color information
#C3397A (or 0xC3397A) is known color: Medium Red Violet. HEX triplet: C3, 39 and 7A. RGB value is (195,57,122). Sum of RGB (Red+Green+Blue) = 195+57+122=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3397A is #3CC685. Grayscale: #696969. Windows color (decimal): -3982982 or 8010179. OLE color: 8010179.
HSL color Cylindrical-coordinate representation of color #C3397A: hue angle of 331.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3397A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 122 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.24 |
| HSL | 331.74º | 0.55% | 0.49% | - |
| HSV(B) | 331.74º | 0.71% | 0.76% | - |
| XYZ | 27.48 | 15.93 | 20.04 | - |
| YUV | 105.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 122 | 0 | 0.71 | 0.37 | 0.24 | 331.74 | 0.55 | 0.49 |
| Hex | C3 | 39 | 7A | 0 | 47 | 25 | 18 | 14C | 37 | 31 |
| Octal | 303 | 71 | 172 | 0 | 107 | 45 | 30 | 514 | 67 | 61 |
| Binary | 11000011 | 111001 | 1111010 | 0 | 1000111 | 100101 | 11000 | 101001100 | 110111 | 110001 |
Color Harmonies of #C3397A
Complementary color
Monochromatic Colors of #C3397A
Black with #C3397A
Text Example
Text Example
White with #C3397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3397A; }
p { color: rgb(195,57,122); }
H1.HeaderClassName
{
color: #C3397A;
}
.AnyTagClassName
{
color: #C3397A;
}
</style>
background-color css
<style>
a { background-color: #C3397A; }
a { background-color: rgb(195,57,122); }
div.DivClassName
{
background-color: #C3397A;
}
.BgClassName
{
background-color: #C3397A;
}
</style>
border-color css
<style>
span { border-color: #C3397A; }
span { border-color: rgb(195,57,122); }
td.TdClassName
{
border-color: #C3397A;
}
.TagClassName
{
border-color: #C3397A;
}
</style>