Shades of Mauve #CB99FF
Tints of Mauve #CB99FF
RGB
CMYK
RGB Variations
Color information
#CB99FF (or 0xCB99FF) is known color: Mauve. HEX triplet: CB, 99 and FF. RGB value is (203,153,255). Sum of RGB (Red+Green+Blue) = 203+153+255=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99FF is #346600. Grayscale: #B3B3B3. Windows color (decimal): -3433985 or 16751051. OLE color: 16751051.
HSL color Cylindrical-coordinate representation of color #CB99FF: hue angle of 269.41º 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 #CB99FF is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 153 | 255 | - |
| CMYK | 0.20 | 0.4 | 0 | 0 |
| HSL | 269.41º | 1% | 0.8% | - |
| HSV(B) | 269.41º | 0.4% | 1% | - |
| XYZ | 54.07 | 42.7 | 100 | - |
| YUV | 179.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 255 | 0.20 | 0.4 | 0 | 0 | 269.41 | 1 | 0.8 |
| Hex | CB | 99 | FF | 14 | 28 | 0 | 0 | 10D | 64 | 50 |
| Octal | 313 | 231 | 377 | 24 | 50 | 0 | 0 | 415 | 144 | 120 |
| Binary | 11001011 | 10011001 | 11111111 | 10100 | 101000 | 0 | 0 | 100001101 | 1100100 | 1010000 |
Color Harmonies of #CB99FF
Complementary color
Monochromatic Colors of #CB99FF
Black with #CB99FF
Text Example
Text Example
White with #CB99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99FF; }
p { color: rgb(203,153,255); }
H1.HeaderClassName
{
color: #CB99FF;
}
.AnyTagClassName
{
color: #CB99FF;
}
</style>
background-color css
<style>
a { background-color: #CB99FF; }
a { background-color: rgb(203,153,255); }
div.DivClassName
{
background-color: #CB99FF;
}
.BgClassName
{
background-color: #CB99FF;
}
</style>
border-color css
<style>
span { border-color: #CB99FF; }
span { border-color: rgb(203,153,255); }
td.TdClassName
{
border-color: #CB99FF;
}
.TagClassName
{
border-color: #CB99FF;
}
</style>