Shades of Mauve #C894FD
Tints of Mauve #C894FD
RGB
CMYK
RGB Variations
Color information
#C894FD (or 0xC894FD) is known color: Mauve. HEX triplet: C8, 94 and FD. RGB value is (200,148,253). Sum of RGB (Red+Green+Blue) = 200+148+253=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #C894FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894FD is #376B02. Grayscale: #AFAFAF. Windows color (decimal): -3631875 or 16618696. OLE color: 16618696.
HSL color Cylindrical-coordinate representation of color #C894FD: hue angle of 269.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C894FD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 148 | 253 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.01 |
| HSL | 269.71º | 0.96% | 0.79% | - |
| HSV(B) | 269.71º | 0.42% | 0.99% | - |
| XYZ | 52.14 | 40.55 | 98.01 | - |
| YUV | 175.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 253 | 0.21 | 0.42 | 0 | 0.01 | 269.71 | 0.96 | 0.79 |
| Hex | C8 | 94 | FD | 15 | 2A | 0 | 1 | 10E | 60 | 4F |
| Octal | 310 | 224 | 375 | 25 | 52 | 0 | 1 | 416 | 140 | 117 |
| Binary | 11001000 | 10010100 | 11111101 | 10101 | 101010 | 0 | 1 | 100001110 | 1100000 | 1001111 |
Color Harmonies of #C894FD
Complementary color
Monochromatic Colors of #C894FD
Black with #C894FD
Text Example
Text Example
White with #C894FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894FD; }
p { color: rgb(200,148,253); }
H1.HeaderClassName
{
color: #C894FD;
}
.AnyTagClassName
{
color: #C894FD;
}
</style>
background-color css
<style>
a { background-color: #C894FD; }
a { background-color: rgb(200,148,253); }
div.DivClassName
{
background-color: #C894FD;
}
.BgClassName
{
background-color: #C894FD;
}
</style>
border-color css
<style>
span { border-color: #C894FD; }
span { border-color: rgb(200,148,253); }
td.TdClassName
{
border-color: #C894FD;
}
.TagClassName
{
border-color: #C894FD;
}
</style>