Shades of Mauve #C994FD
Tints of Mauve #C994FD
RGB
CMYK
RGB Variations
Color information
#C994FD (or 0xC994FD) is known color: Mauve. HEX triplet: C9, 94 and FD. RGB value is (201,148,253). Sum of RGB (Red+Green+Blue) = 201+148+253=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C994FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994FD is #366B02. Grayscale: #AFAFAF. Windows color (decimal): -3566339 or 16618697. OLE color: 16618697.
HSL color Cylindrical-coordinate representation of color #C994FD: hue angle of 270.29º 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 #C994FD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 148 | 253 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.01 |
| HSL | 270.29º | 0.96% | 0.79% | - |
| HSV(B) | 270.29º | 0.42% | 0.99% | - |
| XYZ | 52.41 | 40.69 | 98.02 | - |
| YUV | 175.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 253 | 0.21 | 0.42 | 0 | 0.01 | 270.29 | 0.96 | 0.79 |
| Hex | C9 | 94 | FD | 15 | 2A | 0 | 1 | 10E | 60 | 4F |
| Octal | 311 | 224 | 375 | 25 | 52 | 0 | 1 | 416 | 140 | 117 |
| Binary | 11001001 | 10010100 | 11111101 | 10101 | 101010 | 0 | 1 | 100001110 | 1100000 | 1001111 |
Color Harmonies of #C994FD
Complementary color
Monochromatic Colors of #C994FD
Black with #C994FD
Text Example
Text Example
White with #C994FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994FD; }
p { color: rgb(201,148,253); }
H1.HeaderClassName
{
color: #C994FD;
}
.AnyTagClassName
{
color: #C994FD;
}
</style>
background-color css
<style>
a { background-color: #C994FD; }
a { background-color: rgb(201,148,253); }
div.DivClassName
{
background-color: #C994FD;
}
.BgClassName
{
background-color: #C994FD;
}
</style>
border-color css
<style>
span { border-color: #C994FD; }
span { border-color: rgb(201,148,253); }
td.TdClassName
{
border-color: #C994FD;
}
.TagClassName
{
border-color: #C994FD;
}
</style>