Shades of Medium Violet Red #C81891
Tints of Medium Violet Red #C81891
RGB
CMYK
RGB Variations
Color information
#C81891 (or 0xC81891) is known color: Medium Violet Red. HEX triplet: C8, 18 and 91. RGB value is (200,24,145). Sum of RGB (Red+Green+Blue) = 200+24+145=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81891 is #37E76E. Grayscale: #5A5A5A. Windows color (decimal): -3663727 or 9509064. OLE color: 9509064.
HSL color Cylindrical-coordinate representation of color #C81891: hue angle of 318.75º 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 #C81891 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 145 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.22 |
| HSL | 318.75º | 0.79% | 0.44% | - |
| HSV(B) | 318.75º | 0.88% | 0.78% | - |
| XYZ | 29.26 | 14.98 | 28.14 | - |
| YUV | 90.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 145 | 0 | 0.88 | 0.28 | 0.22 | 318.75 | 0.79 | 0.44 |
| Hex | C8 | 18 | 91 | 0 | 58 | 1C | 16 | 13F | 4F | 2C |
| Octal | 310 | 30 | 221 | 0 | 130 | 34 | 26 | 477 | 117 | 54 |
| Binary | 11001000 | 11000 | 10010001 | 0 | 1011000 | 11100 | 10110 | 100111111 | 1001111 | 101100 |
Color Harmonies of #C81891
Complementary color
Monochromatic Colors of #C81891
Black with #C81891
Text Example
Text Example
White with #C81891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81891; }
p { color: rgb(200,24,145); }
H1.HeaderClassName
{
color: #C81891;
}
.AnyTagClassName
{
color: #C81891;
}
</style>
background-color css
<style>
a { background-color: #C81891; }
a { background-color: rgb(200,24,145); }
div.DivClassName
{
background-color: #C81891;
}
.BgClassName
{
background-color: #C81891;
}
</style>
border-color css
<style>
span { border-color: #C81891; }
span { border-color: rgb(200,24,145); }
td.TdClassName
{
border-color: #C81891;
}
.TagClassName
{
border-color: #C81891;
}
</style>