Shades of Medium Red Violet #C8278D
Tints of Medium Red Violet #C8278D
RGB
CMYK
RGB Variations
Color information
#C8278D (or 0xC8278D) is known color: Medium Red Violet. HEX triplet: C8, 27 and 8D. RGB value is (200,39,141). Sum of RGB (Red+Green+Blue) = 200+39+141=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8278D is #37D872. Grayscale: #626262. Windows color (decimal): -3659891 or 9250760. OLE color: 9250760.
HSL color Cylindrical-coordinate representation of color #C8278D: hue angle of 321.99º 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 #C8278D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 141 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.22 |
| HSL | 321.99º | 0.67% | 0.47% | - |
| HSV(B) | 321.99º | 0.81% | 0.78% | - |
| XYZ | 29.35 | 15.65 | 26.67 | - |
| YUV | 98.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 141 | 0 | 0.80 | 0.29 | 0.22 | 321.99 | 0.67 | 0.47 |
| Hex | C8 | 27 | 8D | 0 | 50 | 1D | 16 | 142 | 43 | 2F |
| Octal | 310 | 47 | 215 | 0 | 120 | 35 | 26 | 502 | 103 | 57 |
| Binary | 11001000 | 100111 | 10001101 | 0 | 1010000 | 11101 | 10110 | 101000010 | 1000011 | 101111 |
Color Harmonies of #C8278D
Complementary color
Monochromatic Colors of #C8278D
Black with #C8278D
Text Example
Text Example
White with #C8278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8278D; }
p { color: rgb(200,39,141); }
H1.HeaderClassName
{
color: #C8278D;
}
.AnyTagClassName
{
color: #C8278D;
}
</style>
background-color css
<style>
a { background-color: #C8278D; }
a { background-color: rgb(200,39,141); }
div.DivClassName
{
background-color: #C8278D;
}
.BgClassName
{
background-color: #C8278D;
}
</style>
border-color css
<style>
span { border-color: #C8278D; }
span { border-color: rgb(200,39,141); }
td.TdClassName
{
border-color: #C8278D;
}
.TagClassName
{
border-color: #C8278D;
}
</style>