Shades of Medium Violet Red #C81B8E
Tints of Medium Violet Red #C81B8E
RGB
CMYK
RGB Variations
Color information
#C81B8E (or 0xC81B8E) is known color: Medium Violet Red. HEX triplet: C8, 1B and 8E. RGB value is (200,27,142). Sum of RGB (Red+Green+Blue) = 200+27+142=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81B8E is #37E471. Grayscale: #5B5B5B. Windows color (decimal): -3662962 or 9313224. OLE color: 9313224.
HSL color Cylindrical-coordinate representation of color #C81B8E: hue angle of 320.12º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B8E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 142 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.22 |
| HSL | 320.12º | 0.76% | 0.45% | - |
| HSV(B) | 320.12º | 0.87% | 0.78% | - |
| XYZ | 29.09 | 15.02 | 26.96 | - |
| YUV | 91.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 142 | 0 | 0.86 | 0.29 | 0.22 | 320.12 | 0.76 | 0.45 |
| Hex | C8 | 1B | 8E | 0 | 56 | 1D | 16 | 140 | 4C | 2D |
| Octal | 310 | 33 | 216 | 0 | 126 | 35 | 26 | 500 | 114 | 55 |
| Binary | 11001000 | 11011 | 10001110 | 0 | 1010110 | 11101 | 10110 | 101000000 | 1001100 | 101101 |
Color Harmonies of #C81B8E
Complementary color
Monochromatic Colors of #C81B8E
Black with #C81B8E
Text Example
Text Example
White with #C81B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B8E; }
p { color: rgb(200,27,142); }
H1.HeaderClassName
{
color: #C81B8E;
}
.AnyTagClassName
{
color: #C81B8E;
}
</style>
background-color css
<style>
a { background-color: #C81B8E; }
a { background-color: rgb(200,27,142); }
div.DivClassName
{
background-color: #C81B8E;
}
.BgClassName
{
background-color: #C81B8E;
}
</style>
border-color css
<style>
span { border-color: #C81B8E; }
span { border-color: rgb(200,27,142); }
td.TdClassName
{
border-color: #C81B8E;
}
.TagClassName
{
border-color: #C81B8E;
}
</style>