Shades of Medium Red Violet #C3389B
Tints of Medium Red Violet #C3389B
RGB
CMYK
RGB Variations
Color information
#C3389B (or 0xC3389B) is known color: Medium Red Violet. HEX triplet: C3, 38 and 9B. RGB value is (195,56,155). Sum of RGB (Red+Green+Blue) = 195+56+155=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3389B is #3CC764. Grayscale: #6C6C6C. Windows color (decimal): -3983205 or 10172611. OLE color: 10172611.
HSL color Cylindrical-coordinate representation of color #C3389B: hue angle of 317.27º 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 #C3389B is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 155 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.24 |
| HSL | 317.27º | 0.55% | 0.49% | - |
| HSV(B) | 317.27º | 0.71% | 0.76% | - |
| XYZ | 29.84 | 16.8 | 32.68 | - |
| YUV | 108.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 155 | 0 | 0.71 | 0.21 | 0.24 | 317.27 | 0.55 | 0.49 |
| Hex | C3 | 38 | 9B | 0 | 47 | 15 | 18 | 13D | 37 | 31 |
| Octal | 303 | 70 | 233 | 0 | 107 | 25 | 30 | 475 | 67 | 61 |
| Binary | 11000011 | 111000 | 10011011 | 0 | 1000111 | 10101 | 11000 | 100111101 | 110111 | 110001 |
Color Harmonies of #C3389B
Complementary color
Monochromatic Colors of #C3389B
Black with #C3389B
Text Example
Text Example
White with #C3389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3389B; }
p { color: rgb(195,56,155); }
H1.HeaderClassName
{
color: #C3389B;
}
.AnyTagClassName
{
color: #C3389B;
}
</style>
background-color css
<style>
a { background-color: #C3389B; }
a { background-color: rgb(195,56,155); }
div.DivClassName
{
background-color: #C3389B;
}
.BgClassName
{
background-color: #C3389B;
}
</style>
border-color css
<style>
span { border-color: #C3389B; }
span { border-color: rgb(195,56,155); }
td.TdClassName
{
border-color: #C3389B;
}
.TagClassName
{
border-color: #C3389B;
}
</style>