Shades of Medium Red Violet #C8377E
Tints of Medium Red Violet #C8377E
RGB
CMYK
RGB Variations
Color information
#C8377E (or 0xC8377E) is known color: Medium Red Violet. HEX triplet: C8, 37 and 7E. RGB value is (200,55,126). Sum of RGB (Red+Green+Blue) = 200+55+126=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8377E is #37C881. Grayscale: #6A6A6A. Windows color (decimal): -3655810 or 8271816. OLE color: 8271816.
HSL color Cylindrical-coordinate representation of color #C8377E: hue angle of 330.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8377E is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 126 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.22 |
| HSL | 330.62º | 0.57% | 0.5% | - |
| HSV(B) | 330.62º | 0.73% | 0.78% | - |
| XYZ | 28.95 | 16.52 | 21.4 | - |
| YUV | 106.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 126 | 0 | 0.72 | 0.37 | 0.22 | 330.62 | 0.57 | 0.5 |
| Hex | C8 | 37 | 7E | 0 | 48 | 25 | 16 | 14B | 39 | 32 |
| Octal | 310 | 67 | 176 | 0 | 110 | 45 | 26 | 513 | 71 | 62 |
| Binary | 11001000 | 110111 | 1111110 | 0 | 1001000 | 100101 | 10110 | 101001011 | 111001 | 110010 |
Color Harmonies of #C8377E
Complementary color
Monochromatic Colors of #C8377E
Black with #C8377E
Text Example
Text Example
White with #C8377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8377E; }
p { color: rgb(200,55,126); }
H1.HeaderClassName
{
color: #C8377E;
}
.AnyTagClassName
{
color: #C8377E;
}
</style>
background-color css
<style>
a { background-color: #C8377E; }
a { background-color: rgb(200,55,126); }
div.DivClassName
{
background-color: #C8377E;
}
.BgClassName
{
background-color: #C8377E;
}
</style>
border-color css
<style>
span { border-color: #C8377E; }
span { border-color: rgb(200,55,126); }
td.TdClassName
{
border-color: #C8377E;
}
.TagClassName
{
border-color: #C8377E;
}
</style>