Shades of Medium Red Violet #C3389A
Tints of Medium Red Violet #C3389A
RGB
CMYK
RGB Variations
Color information
#C3389A (or 0xC3389A) is known color: Medium Red Violet. HEX triplet: C3, 38 and 9A. RGB value is (195,56,154). Sum of RGB (Red+Green+Blue) = 195+56+154=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3389A is #3CC765. Grayscale: #6C6C6C. Windows color (decimal): -3983206 or 10107075. OLE color: 10107075.
HSL color Cylindrical-coordinate representation of color #C3389A: hue angle of 317.7º 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 #C3389A is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 154 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.24 |
| HSL | 317.7º | 0.55% | 0.49% | - |
| HSV(B) | 317.7º | 0.71% | 0.76% | - |
| XYZ | 29.75 | 16.76 | 32.24 | - |
| YUV | 108.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 154 | 0 | 0.71 | 0.21 | 0.24 | 317.7 | 0.55 | 0.49 |
| Hex | C3 | 38 | 9A | 0 | 47 | 15 | 18 | 13E | 37 | 31 |
| Octal | 303 | 70 | 232 | 0 | 107 | 25 | 30 | 476 | 67 | 61 |
| Binary | 11000011 | 111000 | 10011010 | 0 | 1000111 | 10101 | 11000 | 100111110 | 110111 | 110001 |
Color Harmonies of #C3389A
Complementary color
Monochromatic Colors of #C3389A
Black with #C3389A
Text Example
Text Example
White with #C3389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3389A; }
p { color: rgb(195,56,154); }
H1.HeaderClassName
{
color: #C3389A;
}
.AnyTagClassName
{
color: #C3389A;
}
</style>
background-color css
<style>
a { background-color: #C3389A; }
a { background-color: rgb(195,56,154); }
div.DivClassName
{
background-color: #C3389A;
}
.BgClassName
{
background-color: #C3389A;
}
</style>
border-color css
<style>
span { border-color: #C3389A; }
span { border-color: rgb(195,56,154); }
td.TdClassName
{
border-color: #C3389A;
}
.TagClassName
{
border-color: #C3389A;
}
</style>