Shades of Medium Violet Red #C81881
Tints of Medium Violet Red #C81881
RGB
CMYK
RGB Variations
Color information
#C81881 (or 0xC81881) is known color: Medium Violet Red. HEX triplet: C8, 18 and 81. RGB value is (200,24,129). Sum of RGB (Red+Green+Blue) = 200+24+129=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C81881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81881 is #37E77E. Grayscale: #585858. Windows color (decimal): -3663743 or 8460488. OLE color: 8460488.
HSL color Cylindrical-coordinate representation of color #C81881: hue angle of 324.2º 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 #C81881 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 129 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.22 |
| HSL | 324.2º | 0.79% | 0.44% | - |
| HSV(B) | 324.2º | 0.88% | 0.78% | - |
| XYZ | 28.11 | 14.52 | 22.09 | - |
| YUV | 88.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 129 | 0 | 0.88 | 0.36 | 0.22 | 324.2 | 0.79 | 0.44 |
| Hex | C8 | 18 | 81 | 0 | 58 | 24 | 16 | 144 | 4F | 2C |
| Octal | 310 | 30 | 201 | 0 | 130 | 44 | 26 | 504 | 117 | 54 |
| Binary | 11001000 | 11000 | 10000001 | 0 | 1011000 | 100100 | 10110 | 101000100 | 1001111 | 101100 |
Color Harmonies of #C81881
Complementary color
Monochromatic Colors of #C81881
Black with #C81881
Text Example
Text Example
White with #C81881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81881; }
p { color: rgb(200,24,129); }
H1.HeaderClassName
{
color: #C81881;
}
.AnyTagClassName
{
color: #C81881;
}
</style>
background-color css
<style>
a { background-color: #C81881; }
a { background-color: rgb(200,24,129); }
div.DivClassName
{
background-color: #C81881;
}
.BgClassName
{
background-color: #C81881;
}
</style>
border-color css
<style>
span { border-color: #C81881; }
span { border-color: rgb(200,24,129); }
td.TdClassName
{
border-color: #C81881;
}
.TagClassName
{
border-color: #C81881;
}
</style>