Shades of Medium Red Violet #C8277C
Tints of Medium Red Violet #C8277C
RGB
CMYK
RGB Variations
Color information
#C8277C (or 0xC8277C) is known color: Medium Red Violet. HEX triplet: C8, 27 and 7C. RGB value is (200,39,124). Sum of RGB (Red+Green+Blue) = 200+39+124=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8277C is #37D883. Grayscale: #606060. Windows color (decimal): -3659908 or 8136648. OLE color: 8136648.
HSL color Cylindrical-coordinate representation of color #C8277C: hue angle of 328.32º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8277C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 124 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.22 |
| HSL | 328.32º | 0.67% | 0.47% | - |
| HSV(B) | 328.32º | 0.81% | 0.78% | - |
| XYZ | 28.18 | 15.19 | 20.51 | - |
| YUV | 96.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 124 | 0 | 0.80 | 0.38 | 0.22 | 328.32 | 0.67 | 0.47 |
| Hex | C8 | 27 | 7C | 0 | 50 | 26 | 16 | 148 | 43 | 2F |
| Octal | 310 | 47 | 174 | 0 | 120 | 46 | 26 | 510 | 103 | 57 |
| Binary | 11001000 | 100111 | 1111100 | 0 | 1010000 | 100110 | 10110 | 101001000 | 1000011 | 101111 |
Color Harmonies of #C8277C
Complementary color
Monochromatic Colors of #C8277C
Black with #C8277C
Text Example
Text Example
White with #C8277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8277C; }
p { color: rgb(200,39,124); }
H1.HeaderClassName
{
color: #C8277C;
}
.AnyTagClassName
{
color: #C8277C;
}
</style>
background-color css
<style>
a { background-color: #C8277C; }
a { background-color: rgb(200,39,124); }
div.DivClassName
{
background-color: #C8277C;
}
.BgClassName
{
background-color: #C8277C;
}
</style>
border-color css
<style>
span { border-color: #C8277C; }
span { border-color: rgb(200,39,124); }
td.TdClassName
{
border-color: #C8277C;
}
.TagClassName
{
border-color: #C8277C;
}
</style>