Shades of Mauve #C894FE
Tints of Mauve #C894FE
RGB
CMYK
RGB Variations
Color information
#C894FE (or 0xC894FE) is known color: Mauve. HEX triplet: C8, 94 and FE. RGB value is (200,148,254). Sum of RGB (Red+Green+Blue) = 200+148+254=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #C894FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894FE is #376B01. Grayscale: #AFAFAF. Windows color (decimal): -3631874 or 16684232. OLE color: 16684232.
HSL color Cylindrical-coordinate representation of color #C894FE: hue angle of 269.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C894FE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 148 | 254 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.00 |
| HSL | 269.43º | 0.98% | 0.79% | - |
| HSV(B) | 269.43º | 0.42% | 1% | - |
| XYZ | 52.3 | 40.61 | 98.85 | - |
| YUV | 175.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 254 | 0.21 | 0.42 | 0 | 0.00 | 269.43 | 0.98 | 0.79 |
| Hex | C8 | 94 | FE | 15 | 2A | 0 | 0 | 10D | 62 | 4F |
| Octal | 310 | 224 | 376 | 25 | 52 | 0 | 0 | 415 | 142 | 117 |
| Binary | 11001000 | 10010100 | 11111110 | 10101 | 101010 | 0 | 0 | 100001101 | 1100010 | 1001111 |
Color Harmonies of #C894FE
Complementary color
Monochromatic Colors of #C894FE
Black with #C894FE
Text Example
Text Example
White with #C894FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894FE; }
p { color: rgb(200,148,254); }
H1.HeaderClassName
{
color: #C894FE;
}
.AnyTagClassName
{
color: #C894FE;
}
</style>
background-color css
<style>
a { background-color: #C894FE; }
a { background-color: rgb(200,148,254); }
div.DivClassName
{
background-color: #C894FE;
}
.BgClassName
{
background-color: #C894FE;
}
</style>
border-color css
<style>
span { border-color: #C894FE; }
span { border-color: rgb(200,148,254); }
td.TdClassName
{
border-color: #C894FE;
}
.TagClassName
{
border-color: #C894FE;
}
</style>