Shades of Medium Violet Red #C81278
Tints of Medium Violet Red #C81278
RGB
CMYK
RGB Variations
Color information
#C81278 (or 0xC81278) is known color: Medium Violet Red. HEX triplet: C8, 12 and 78. RGB value is (200,18,120). Sum of RGB (Red+Green+Blue) = 200+18+120=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C81278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81278 is #37ED87. Grayscale: #535353. Windows color (decimal): -3665288 or 7869128. OLE color: 7869128.
HSL color Cylindrical-coordinate representation of color #C81278: hue angle of 326.37º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81278 is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.4 | 0.22 |
| HSL | 326.37º | 0.83% | 0.43% | - |
| HSV(B) | 326.37º | 0.91% | 0.78% | - |
| XYZ | 27.43 | 14.07 | 19.04 | - |
| YUV | 84.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 120 | 0 | 0.91 | 0.4 | 0.22 | 326.37 | 0.83 | 0.43 |
| Hex | C8 | 12 | 78 | 0 | 5B | 28 | 16 | 146 | 53 | 2B |
| Octal | 310 | 22 | 170 | 0 | 133 | 50 | 26 | 506 | 123 | 53 |
| Binary | 11001000 | 10010 | 1111000 | 0 | 1011011 | 101000 | 10110 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C81278
Complementary color
Monochromatic Colors of #C81278
Black with #C81278
Text Example
Text Example
White with #C81278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81278; }
p { color: rgb(200,18,120); }
H1.HeaderClassName
{
color: #C81278;
}
.AnyTagClassName
{
color: #C81278;
}
</style>
background-color css
<style>
a { background-color: #C81278; }
a { background-color: rgb(200,18,120); }
div.DivClassName
{
background-color: #C81278;
}
.BgClassName
{
background-color: #C81278;
}
</style>
border-color css
<style>
span { border-color: #C81278; }
span { border-color: rgb(200,18,120); }
td.TdClassName
{
border-color: #C81278;
}
.TagClassName
{
border-color: #C81278;
}
</style>