Shades of Mauve #CC94FF
Tints of Mauve #CC94FF
RGB
CMYK
RGB Variations
Color information
#CC94FF (or 0xCC94FF) is known color: Mauve. HEX triplet: CC, 94 and FF. RGB value is (204,148,255). Sum of RGB (Red+Green+Blue) = 204+148+255=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94FF is #336B00. Grayscale: #B0B0B0. Windows color (decimal): -3369729 or 16749772. OLE color: 16749772.
HSL color Cylindrical-coordinate representation of color #CC94FF: hue angle of 271.4º 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 #CC94FF is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 148 | 255 | - |
| CMYK | 0.2 | 0.42 | 0 | 0 |
| HSL | 271.4º | 1% | 0.79% | - |
| HSV(B) | 271.4º | 0.42% | 1% | - |
| XYZ | 53.54 | 41.24 | 99.75 | - |
| YUV | 176.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 255 | 0.2 | 0.42 | 0 | 0 | 271.4 | 1 | 0.79 |
| Hex | CC | 94 | FF | 14 | 2A | 0 | 0 | 10F | 64 | 4F |
| Octal | 314 | 224 | 377 | 24 | 52 | 0 | 0 | 417 | 144 | 117 |
| Binary | 11001100 | 10010100 | 11111111 | 10100 | 101010 | 0 | 0 | 100001111 | 1100100 | 1001111 |
Color Harmonies of #CC94FF
Complementary color
Monochromatic Colors of #CC94FF
Black with #CC94FF
Text Example
Text Example
White with #CC94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC94FF; }
p { color: rgb(204,148,255); }
H1.HeaderClassName
{
color: #CC94FF;
}
.AnyTagClassName
{
color: #CC94FF;
}
</style>
background-color css
<style>
a { background-color: #CC94FF; }
a { background-color: rgb(204,148,255); }
div.DivClassName
{
background-color: #CC94FF;
}
.BgClassName
{
background-color: #CC94FF;
}
</style>
border-color css
<style>
span { border-color: #CC94FF; }
span { border-color: rgb(204,148,255); }
td.TdClassName
{
border-color: #CC94FF;
}
.TagClassName
{
border-color: #CC94FF;
}
</style>