Shades of Mauve #CCA1FF
Tints of Mauve #CCA1FF
RGB
CMYK
RGB Variations
Color information
#CCA1FF (or 0xCCA1FF) is known color: Mauve. HEX triplet: CC, A1 and FF. RGB value is (204,161,255). Sum of RGB (Red+Green+Blue) = 204+161+255=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1FF is #335E00. Grayscale: #B8B8B8. Windows color (decimal): -3366401 or 16753100. OLE color: 16753100.
HSL color Cylindrical-coordinate representation of color #CCA1FF: hue angle of 267.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA1FF is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 161 | 255 | - |
| CMYK | 0.2 | 0.37 | 0 | 0 |
| HSL | 267.45º | 1% | 0.82% | - |
| HSV(B) | 267.45º | 0.37% | 1% | - |
| XYZ | 55.7 | 45.55 | 100.46 | - |
| YUV | 184.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 255 | 0.2 | 0.37 | 0 | 0 | 267.45 | 1 | 0.82 |
| Hex | CC | A1 | FF | 14 | 25 | 0 | 0 | 10B | 64 | 52 |
| Octal | 314 | 241 | 377 | 24 | 45 | 0 | 0 | 413 | 144 | 122 |
| Binary | 11001100 | 10100001 | 11111111 | 10100 | 100101 | 0 | 0 | 100001011 | 1100100 | 1010010 |
Color Harmonies of #CCA1FF
Complementary color
Monochromatic Colors of #CCA1FF
Black with #CCA1FF
Text Example
Text Example
White with #CCA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1FF; }
p { color: rgb(204,161,255); }
H1.HeaderClassName
{
color: #CCA1FF;
}
.AnyTagClassName
{
color: #CCA1FF;
}
</style>
background-color css
<style>
a { background-color: #CCA1FF; }
a { background-color: rgb(204,161,255); }
div.DivClassName
{
background-color: #CCA1FF;
}
.BgClassName
{
background-color: #CCA1FF;
}
</style>
border-color css
<style>
span { border-color: #CCA1FF; }
span { border-color: rgb(204,161,255); }
td.TdClassName
{
border-color: #CCA1FF;
}
.TagClassName
{
border-color: #CCA1FF;
}
</style>