Shades of Mauve #C995FF
Tints of Mauve #C995FF
RGB
CMYK
RGB Variations
Color information
#C995FF (or 0xC995FF) is known color: Mauve. HEX triplet: C9, 95 and FF. RGB value is (201,149,255). Sum of RGB (Red+Green+Blue) = 201+149+255=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C995FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FF is #366A00. Grayscale: #B0B0B0. Windows color (decimal): -3566081 or 16750025. OLE color: 16750025.
HSL color Cylindrical-coordinate representation of color #C995FF: hue angle of 269.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C995FF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 149 | 255 | - |
| CMYK | 0.21 | 0.42 | 0 | 0 |
| HSL | 269.43º | 1% | 0.79% | - |
| HSV(B) | 269.43º | 0.42% | 1% | - |
| XYZ | 52.88 | 41.13 | 99.76 | - |
| YUV | 176.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 255 | 0.21 | 0.42 | 0 | 0 | 269.43 | 1 | 0.79 |
| Hex | C9 | 95 | FF | 15 | 2A | 0 | 0 | 10D | 64 | 4F |
| Octal | 311 | 225 | 377 | 25 | 52 | 0 | 0 | 415 | 144 | 117 |
| Binary | 11001001 | 10010101 | 11111111 | 10101 | 101010 | 0 | 0 | 100001101 | 1100100 | 1001111 |
Color Harmonies of #C995FF
Complementary color
Monochromatic Colors of #C995FF
Black with #C995FF
Text Example
Text Example
White with #C995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995FF; }
p { color: rgb(201,149,255); }
H1.HeaderClassName
{
color: #C995FF;
}
.AnyTagClassName
{
color: #C995FF;
}
</style>
background-color css
<style>
a { background-color: #C995FF; }
a { background-color: rgb(201,149,255); }
div.DivClassName
{
background-color: #C995FF;
}
.BgClassName
{
background-color: #C995FF;
}
</style>
border-color css
<style>
span { border-color: #C995FF; }
span { border-color: rgb(201,149,255); }
td.TdClassName
{
border-color: #C995FF;
}
.TagClassName
{
border-color: #C995FF;
}
</style>