Shades of Medium Violet Red #C81A78
Tints of Medium Violet Red #C81A78
RGB
CMYK
RGB Variations
Color information
#C81A78 (or 0xC81A78) is known color: Medium Violet Red. HEX triplet: C8, 1A and 78. RGB value is (200,26,120). Sum of RGB (Red+Green+Blue) = 200+26+120=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A78 is #37E587. Grayscale: #585858. Windows color (decimal): -3663240 or 7871176. OLE color: 7871176.
HSL color Cylindrical-coordinate representation of color #C81A78: hue angle of 327.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A78 is Cyan = 0, Magento = 0.87, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 120 | - |
| CMYK | 0 | 0.87 | 0.4 | 0.22 |
| HSL | 327.59º | 0.77% | 0.44% | - |
| HSV(B) | 327.59º | 0.87% | 0.78% | - |
| XYZ | 27.58 | 14.37 | 19.09 | - |
| YUV | 88.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 120 | 0 | 0.87 | 0.4 | 0.22 | 327.59 | 0.77 | 0.44 |
| Hex | C8 | 1A | 78 | 0 | 57 | 28 | 16 | 148 | 4D | 2C |
| Octal | 310 | 32 | 170 | 0 | 127 | 50 | 26 | 510 | 115 | 54 |
| Binary | 11001000 | 11010 | 1111000 | 0 | 1010111 | 101000 | 10110 | 101001000 | 1001101 | 101100 |
Color Harmonies of #C81A78
Complementary color
Monochromatic Colors of #C81A78
Black with #C81A78
Text Example
Text Example
White with #C81A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A78; }
p { color: rgb(200,26,120); }
H1.HeaderClassName
{
color: #C81A78;
}
.AnyTagClassName
{
color: #C81A78;
}
</style>
background-color css
<style>
a { background-color: #C81A78; }
a { background-color: rgb(200,26,120); }
div.DivClassName
{
background-color: #C81A78;
}
.BgClassName
{
background-color: #C81A78;
}
</style>
border-color css
<style>
span { border-color: #C81A78; }
span { border-color: rgb(200,26,120); }
td.TdClassName
{
border-color: #C81A78;
}
.TagClassName
{
border-color: #C81A78;
}
</style>