Shades of Medium Red Violet #C3397B
Tints of Medium Red Violet #C3397B
RGB
CMYK
RGB Variations
Color information
#C3397B (or 0xC3397B) is known color: Medium Red Violet. HEX triplet: C3, 39 and 7B. RGB value is (195,57,123). Sum of RGB (Red+Green+Blue) = 195+57+123=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3397B is #3CC684. Grayscale: #696969. Windows color (decimal): -3982981 or 8075715. OLE color: 8075715.
HSL color Cylindrical-coordinate representation of color #C3397B: hue angle of 331.3º 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 #C3397B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 123 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.24 |
| HSL | 331.3º | 0.55% | 0.49% | - |
| HSV(B) | 331.3º | 0.71% | 0.76% | - |
| XYZ | 27.54 | 15.96 | 20.37 | - |
| YUV | 105.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 123 | 0 | 0.71 | 0.37 | 0.24 | 331.3 | 0.55 | 0.49 |
| Hex | C3 | 39 | 7B | 0 | 47 | 25 | 18 | 14B | 37 | 31 |
| Octal | 303 | 71 | 173 | 0 | 107 | 45 | 30 | 513 | 67 | 61 |
| Binary | 11000011 | 111001 | 1111011 | 0 | 1000111 | 100101 | 11000 | 101001011 | 110111 | 110001 |
Color Harmonies of #C3397B
Complementary color
Monochromatic Colors of #C3397B
Black with #C3397B
Text Example
Text Example
White with #C3397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3397B; }
p { color: rgb(195,57,123); }
H1.HeaderClassName
{
color: #C3397B;
}
.AnyTagClassName
{
color: #C3397B;
}
</style>
background-color css
<style>
a { background-color: #C3397B; }
a { background-color: rgb(195,57,123); }
div.DivClassName
{
background-color: #C3397B;
}
.BgClassName
{
background-color: #C3397B;
}
</style>
border-color css
<style>
span { border-color: #C3397B; }
span { border-color: rgb(195,57,123); }
td.TdClassName
{
border-color: #C3397B;
}
.TagClassName
{
border-color: #C3397B;
}
</style>