Shades of Mauve #C891FF
Tints of Mauve #C891FF
RGB
CMYK
RGB Variations
Color information
#C891FF (or 0xC891FF) is known color: Mauve. HEX triplet: C8, 91 and FF. RGB value is (200,145,255). Sum of RGB (Red+Green+Blue) = 200+145+255=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C891FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C891FF is #376E00. Grayscale: #ADADAD. Windows color (decimal): -3632641 or 16749000. OLE color: 16749000.
HSL color Cylindrical-coordinate representation of color #C891FF: hue angle of 270º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C891FF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 145 | 255 | - |
| CMYK | 0.22 | 0.43 | 0 | 0 |
| HSL | 270º | 1% | 0.78% | - |
| HSV(B) | 270º | 0.43% | 1% | - |
| XYZ | 51.99 | 39.75 | 99.54 | - |
| YUV | 173.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 255 | 0.22 | 0.43 | 0 | 0 | 270 | 1 | 0.78 |
| Hex | C8 | 91 | FF | 16 | 2B | 0 | 0 | 10E | 64 | 4E |
| Octal | 310 | 221 | 377 | 26 | 53 | 0 | 0 | 416 | 144 | 116 |
| Binary | 11001000 | 10010001 | 11111111 | 10110 | 101011 | 0 | 0 | 100001110 | 1100100 | 1001110 |
Color Harmonies of #C891FF
Complementary color
Monochromatic Colors of #C891FF
Black with #C891FF
Text Example
Text Example
White with #C891FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891FF; }
p { color: rgb(200,145,255); }
H1.HeaderClassName
{
color: #C891FF;
}
.AnyTagClassName
{
color: #C891FF;
}
</style>
background-color css
<style>
a { background-color: #C891FF; }
a { background-color: rgb(200,145,255); }
div.DivClassName
{
background-color: #C891FF;
}
.BgClassName
{
background-color: #C891FF;
}
</style>
border-color css
<style>
span { border-color: #C891FF; }
span { border-color: rgb(200,145,255); }
td.TdClassName
{
border-color: #C891FF;
}
.TagClassName
{
border-color: #C891FF;
}
</style>