Shades of Mauve #CB94FF
Tints of Mauve #CB94FF
RGB
CMYK
RGB Variations
Color information
#CB94FF (or 0xCB94FF) is known color: Mauve. HEX triplet: CB, 94 and FF. RGB value is (203,148,255). Sum of RGB (Red+Green+Blue) = 203+148+255=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB94FF is #346B00. Grayscale: #B0B0B0. Windows color (decimal): -3435265 or 16749771. OLE color: 16749771.
HSL color Cylindrical-coordinate representation of color #CB94FF: hue angle of 270.84º 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 #CB94FF is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 148 | 255 | - |
| CMYK | 0.20 | 0.42 | 0 | 0 |
| HSL | 270.84º | 1% | 0.79% | - |
| HSV(B) | 270.84º | 0.42% | 1% | - |
| XYZ | 53.27 | 41.1 | 99.73 | - |
| YUV | 176.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 255 | 0.20 | 0.42 | 0 | 0 | 270.84 | 1 | 0.79 |
| Hex | CB | 94 | FF | 14 | 2A | 0 | 0 | 10F | 64 | 4F |
| Octal | 313 | 224 | 377 | 24 | 52 | 0 | 0 | 417 | 144 | 117 |
| Binary | 11001011 | 10010100 | 11111111 | 10100 | 101010 | 0 | 0 | 100001111 | 1100100 | 1001111 |
Color Harmonies of #CB94FF
Complementary color
Monochromatic Colors of #CB94FF
Black with #CB94FF
Text Example
Text Example
White with #CB94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94FF; }
p { color: rgb(203,148,255); }
H1.HeaderClassName
{
color: #CB94FF;
}
.AnyTagClassName
{
color: #CB94FF;
}
</style>
background-color css
<style>
a { background-color: #CB94FF; }
a { background-color: rgb(203,148,255); }
div.DivClassName
{
background-color: #CB94FF;
}
.BgClassName
{
background-color: #CB94FF;
}
</style>
border-color css
<style>
span { border-color: #CB94FF; }
span { border-color: rgb(203,148,255); }
td.TdClassName
{
border-color: #CB94FF;
}
.TagClassName
{
border-color: #CB94FF;
}
</style>