Shades of Mauve #CC99FF
Tints of Mauve #CC99FF
RGB
CMYK
RGB Variations
Color information
#CC99FF (or 0xCC99FF) is known color: Mauve. HEX triplet: CC, 99 and FF. RGB value is (204,153,255). Sum of RGB (Red+Green+Blue) = 204+153+255=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC99FF is a web safe color. Inversed color of #CC99FF is #336600. Grayscale: #B3B3B3. Windows color (decimal): -3368449 or 16751052. OLE color: 16751052.
HSL color Cylindrical-coordinate representation of color #CC99FF: hue angle of 270º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC99FF is Cyan = 0.2, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 153 | 255 | - |
CMYK | 0.2 | 0.4 | 0 | 0 |
HSL | 270º | 1% | 0.8% | - |
HSV(B) | 270º | 0.4% | 1% | - |
XYZ | 54.34 | 42.84 | 100.01 | - |
YUV | 179.88 | 170.4 | 145.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 153 | 255 | 0.2 | 0.4 | 0 | 0 | 270 | 1 | 0.8 |
Hex | CC | 99 | FF | 14 | 28 | 0 | 0 | 10E | 64 | 50 |
Octal | 314 | 231 | 377 | 24 | 50 | 0 | 0 | 416 | 144 | 120 |
Binary | 11001100 | 10011001 | 11111111 | 10100 | 101000 | 0 | 0 | 100001110 | 1100100 | 1010000 |
Color Harmonies of #CC99FF
Complementary color
Monochromatic Colors of #CC99FF
Black with #CC99FF
Text Example
Text Example
White with #CC99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99FF; }
p { color: rgb(204,153,255); }
H1.HeaderClassName
{
color: #CC99FF;
}
.AnyTagClassName
{
color: #CC99FF;
}
</style>
background-color css
<style>
a { background-color: #CC99FF; }
a { background-color: rgb(204,153,255); }
div.DivClassName
{
background-color: #CC99FF;
}
.BgClassName
{
background-color: #CC99FF;
}
</style>
border-color css
<style>
span { border-color: #CC99FF; }
span { border-color: rgb(204,153,255); }
td.TdClassName
{
border-color: #CC99FF;
}
.TagClassName
{
border-color: #CC99FF;
}
</style>