Shades of Medium Red Violet #C2387C
Tints of Medium Red Violet #C2387C
RGB
CMYK
RGB Variations
Color information
#C2387C (or 0xC2387C) is known color: Medium Red Violet. HEX triplet: C2, 38 and 7C. RGB value is (194,56,124). Sum of RGB (Red+Green+Blue) = 194+56+124=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2387C is #3DC783. Grayscale: #686868. Windows color (decimal): -4048772 or 8140994. OLE color: 8140994.
HSL color Cylindrical-coordinate representation of color #C2387C: hue angle of 330.43º 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 #C2387C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 124 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.24 |
| HSL | 330.43º | 0.55% | 0.49% | - |
| HSV(B) | 330.43º | 0.71% | 0.76% | - |
| XYZ | 27.3 | 15.75 | 20.67 | - |
| YUV | 105.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 124 | 0 | 0.71 | 0.36 | 0.24 | 330.43 | 0.55 | 0.49 |
| Hex | C2 | 38 | 7C | 0 | 47 | 24 | 18 | 14A | 37 | 31 |
| Octal | 302 | 70 | 174 | 0 | 107 | 44 | 30 | 512 | 67 | 61 |
| Binary | 11000010 | 111000 | 1111100 | 0 | 1000111 | 100100 | 11000 | 101001010 | 110111 | 110001 |
Color Harmonies of #C2387C
Complementary color
Monochromatic Colors of #C2387C
Black with #C2387C
Text Example
Text Example
White with #C2387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2387C; }
p { color: rgb(194,56,124); }
H1.HeaderClassName
{
color: #C2387C;
}
.AnyTagClassName
{
color: #C2387C;
}
</style>
background-color css
<style>
a { background-color: #C2387C; }
a { background-color: rgb(194,56,124); }
div.DivClassName
{
background-color: #C2387C;
}
.BgClassName
{
background-color: #C2387C;
}
</style>
border-color css
<style>
span { border-color: #C2387C; }
span { border-color: rgb(194,56,124); }
td.TdClassName
{
border-color: #C2387C;
}
.TagClassName
{
border-color: #C2387C;
}
</style>