Shades of Medium Red Violet #C8387C
Tints of Medium Red Violet #C8387C
RGB
CMYK
RGB Variations
Color information
#C8387C (or 0xC8387C) is known color: Medium Red Violet. HEX triplet: C8, 38 and 7C. RGB value is (200,56,124). Sum of RGB (Red+Green+Blue) = 200+56+124=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8387C is #37C783. Grayscale: #6A6A6A. Windows color (decimal): -3655556 or 8141000. OLE color: 8141000.
HSL color Cylindrical-coordinate representation of color #C8387C: hue angle of 331.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8387C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 124 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.22 |
| HSL | 331.67º | 0.57% | 0.5% | - |
| HSV(B) | 331.67º | 0.72% | 0.78% | - |
| XYZ | 28.87 | 16.56 | 20.74 | - |
| YUV | 106.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 124 | 0 | 0.72 | 0.38 | 0.22 | 331.67 | 0.57 | 0.5 |
| Hex | C8 | 38 | 7C | 0 | 48 | 26 | 16 | 14C | 39 | 32 |
| Octal | 310 | 70 | 174 | 0 | 110 | 46 | 26 | 514 | 71 | 62 |
| Binary | 11001000 | 111000 | 1111100 | 0 | 1001000 | 100110 | 10110 | 101001100 | 111001 | 110010 |
Color Harmonies of #C8387C
Complementary color
Monochromatic Colors of #C8387C
Black with #C8387C
Text Example
Text Example
White with #C8387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8387C; }
p { color: rgb(200,56,124); }
H1.HeaderClassName
{
color: #C8387C;
}
.AnyTagClassName
{
color: #C8387C;
}
</style>
background-color css
<style>
a { background-color: #C8387C; }
a { background-color: rgb(200,56,124); }
div.DivClassName
{
background-color: #C8387C;
}
.BgClassName
{
background-color: #C8387C;
}
</style>
border-color css
<style>
span { border-color: #C8387C; }
span { border-color: rgb(200,56,124); }
td.TdClassName
{
border-color: #C8387C;
}
.TagClassName
{
border-color: #C8387C;
}
</style>