Shades of Mauve #C7ABFC
Tints of Mauve #C7ABFC
RGB
CMYK
RGB Variations
Color information
#C7ABFC (or 0xC7ABFC) is known color: Mauve. HEX triplet: C7, AB and FC. RGB value is (199,171,252). Sum of RGB (Red+Green+Blue) = 199+171+252=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABFC is #385403. Grayscale: #BCBCBC. Windows color (decimal): -3691524 or 16559047. OLE color: 16559047.
HSL color Cylindrical-coordinate representation of color #C7ABFC: hue angle of 260.74º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7ABFC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 171 | 252 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.01 |
| HSL | 260.74º | 0.93% | 0.83% | - |
| HSV(B) | 260.74º | 0.32% | 0.99% | - |
| XYZ | 55.69 | 48.3 | 98.48 | - |
| YUV | 188.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 252 | 0.21 | 0.32 | 0 | 0.01 | 260.74 | 0.93 | 0.83 |
| Hex | C7 | AB | FC | 15 | 20 | 0 | 1 | 105 | 5D | 53 |
| Octal | 307 | 253 | 374 | 25 | 40 | 0 | 1 | 405 | 135 | 123 |
| Binary | 11000111 | 10101011 | 11111100 | 10101 | 100000 | 0 | 1 | 100000101 | 1011101 | 1010011 |
Color Harmonies of #C7ABFC
Complementary color
Monochromatic Colors of #C7ABFC
Black with #C7ABFC
Text Example
Text Example
White with #C7ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABFC; }
p { color: rgb(199,171,252); }
H1.HeaderClassName
{
color: #C7ABFC;
}
.AnyTagClassName
{
color: #C7ABFC;
}
</style>
background-color css
<style>
a { background-color: #C7ABFC; }
a { background-color: rgb(199,171,252); }
div.DivClassName
{
background-color: #C7ABFC;
}
.BgClassName
{
background-color: #C7ABFC;
}
</style>
border-color css
<style>
span { border-color: #C7ABFC; }
span { border-color: rgb(199,171,252); }
td.TdClassName
{
border-color: #C7ABFC;
}
.TagClassName
{
border-color: #C7ABFC;
}
</style>