Shades of Medium Violet Red #C81878
Tints of Medium Violet Red #C81878
RGB
CMYK
RGB Variations
Color information
#C81878 (or 0xC81878) is known color: Medium Violet Red. HEX triplet: C8, 18 and 78. RGB value is (200,24,120). Sum of RGB (Red+Green+Blue) = 200+24+120=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C81878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81878 is #37E787. Grayscale: #575757. Windows color (decimal): -3663752 or 7870664. OLE color: 7870664.
HSL color Cylindrical-coordinate representation of color #C81878: hue angle of 327.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81878 is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 120 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.22 |
| HSL | 327.27º | 0.79% | 0.44% | - |
| HSV(B) | 327.27º | 0.88% | 0.78% | - |
| XYZ | 27.54 | 14.29 | 19.08 | - |
| YUV | 87.57 | 146.31 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 120 | 0 | 0.88 | 0.4 | 0.22 | 327.27 | 0.79 | 0.44 |
| Hex | C8 | 18 | 78 | 0 | 58 | 28 | 16 | 147 | 4F | 2C |
| Octal | 310 | 30 | 170 | 0 | 130 | 50 | 26 | 507 | 117 | 54 |
| Binary | 11001000 | 11000 | 1111000 | 0 | 1011000 | 101000 | 10110 | 101000111 | 1001111 | 101100 |
Color Harmonies of #C81878
Complementary color
Monochromatic Colors of #C81878
Black with #C81878
Text Example
Text Example
White with #C81878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81878; }
p { color: rgb(200,24,120); }
H1.HeaderClassName
{
color: #C81878;
}
.AnyTagClassName
{
color: #C81878;
}
</style>
background-color css
<style>
a { background-color: #C81878; }
a { background-color: rgb(200,24,120); }
div.DivClassName
{
background-color: #C81878;
}
.BgClassName
{
background-color: #C81878;
}
</style>
border-color css
<style>
span { border-color: #C81878; }
span { border-color: rgb(200,24,120); }
td.TdClassName
{
border-color: #C81878;
}
.TagClassName
{
border-color: #C81878;
}
</style>