Shades of Mauve #C993FF
Tints of Mauve #C993FF
RGB
CMYK
RGB Variations
Color information
#C993FF (or 0xC993FF) is known color: Mauve. HEX triplet: C9, 93 and FF. RGB value is (201,147,255). Sum of RGB (Red+Green+Blue) = 201+147+255=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C993FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993FF is #366C00. Grayscale: #AFAFAF. Windows color (decimal): -3566593 or 16749513. OLE color: 16749513.
HSL color Cylindrical-coordinate representation of color #C993FF: hue angle of 270º 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 #C993FF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 147 | 255 | - |
| CMYK | 0.21 | 0.42 | 0 | 0 |
| HSL | 270º | 1% | 0.79% | - |
| HSV(B) | 270º | 0.42% | 1% | - |
| XYZ | 52.57 | 40.5 | 99.66 | - |
| YUV | 175.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 255 | 0.21 | 0.42 | 0 | 0 | 270 | 1 | 0.79 |
| Hex | C9 | 93 | FF | 15 | 2A | 0 | 0 | 10E | 64 | 4F |
| Octal | 311 | 223 | 377 | 25 | 52 | 0 | 0 | 416 | 144 | 117 |
| Binary | 11001001 | 10010011 | 11111111 | 10101 | 101010 | 0 | 0 | 100001110 | 1100100 | 1001111 |
Color Harmonies of #C993FF
Complementary color
Monochromatic Colors of #C993FF
Black with #C993FF
Text Example
Text Example
White with #C993FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993FF; }
p { color: rgb(201,147,255); }
H1.HeaderClassName
{
color: #C993FF;
}
.AnyTagClassName
{
color: #C993FF;
}
</style>
background-color css
<style>
a { background-color: #C993FF; }
a { background-color: rgb(201,147,255); }
div.DivClassName
{
background-color: #C993FF;
}
.BgClassName
{
background-color: #C993FF;
}
</style>
border-color css
<style>
span { border-color: #C993FF; }
span { border-color: rgb(201,147,255); }
td.TdClassName
{
border-color: #C993FF;
}
.TagClassName
{
border-color: #C993FF;
}
</style>