Shades of Medium Red Violet #C2389D
Tints of Medium Red Violet #C2389D
RGB
CMYK
RGB Variations
Color information
#C2389D (or 0xC2389D) is known color: Medium Red Violet. HEX triplet: C2, 38 and 9D. RGB value is (194,56,157). Sum of RGB (Red+Green+Blue) = 194+56+157=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2389D is #3DC762. Grayscale: #6C6C6C. Windows color (decimal): -4048739 or 10303682. OLE color: 10303682.
HSL color Cylindrical-coordinate representation of color #C2389D: hue angle of 316.09º 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 #C2389D is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 157 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.24 |
| HSL | 316.09º | 0.55% | 0.49% | - |
| HSV(B) | 316.09º | 0.71% | 0.76% | - |
| XYZ | 29.75 | 16.73 | 33.56 | - |
| YUV | 108.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 157 | 0 | 0.71 | 0.19 | 0.24 | 316.09 | 0.55 | 0.49 |
| Hex | C2 | 38 | 9D | 0 | 47 | 13 | 18 | 13C | 37 | 31 |
| Octal | 302 | 70 | 235 | 0 | 107 | 23 | 30 | 474 | 67 | 61 |
| Binary | 11000010 | 111000 | 10011101 | 0 | 1000111 | 10011 | 11000 | 100111100 | 110111 | 110001 |
Color Harmonies of #C2389D
Complementary color
Monochromatic Colors of #C2389D
Black with #C2389D
Text Example
Text Example
White with #C2389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2389D; }
p { color: rgb(194,56,157); }
H1.HeaderClassName
{
color: #C2389D;
}
.AnyTagClassName
{
color: #C2389D;
}
</style>
background-color css
<style>
a { background-color: #C2389D; }
a { background-color: rgb(194,56,157); }
div.DivClassName
{
background-color: #C2389D;
}
.BgClassName
{
background-color: #C2389D;
}
</style>
border-color css
<style>
span { border-color: #C2389D; }
span { border-color: rgb(194,56,157); }
td.TdClassName
{
border-color: #C2389D;
}
.TagClassName
{
border-color: #C2389D;
}
</style>