Shades of Mauve #CF98FF
Tints of Mauve #CF98FF
RGB
CMYK
RGB Variations
Color information
#CF98FF (or 0xCF98FF) is known color: Mauve. HEX triplet: CF, 98 and FF. RGB value is (207,152,255). Sum of RGB (Red+Green+Blue) = 207+152+255=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98FF is #306700. Grayscale: #B3B3B3. Windows color (decimal): -3172097 or 16750799. OLE color: 16750799.
HSL color Cylindrical-coordinate representation of color #CF98FF: hue angle of 272.04º 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 #CF98FF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 152 | 255 | - |
| CMYK | 0.19 | 0.40 | 0 | 0 |
| HSL | 272.04º | 1% | 0.8% | - |
| HSV(B) | 272.04º | 0.4% | 1% | - |
| XYZ | 55.01 | 42.94 | 100 | - |
| YUV | 180.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 255 | 0.19 | 0.40 | 0 | 0 | 272.04 | 1 | 0.8 |
| Hex | CF | 98 | FF | 13 | 28 | 0 | 0 | 110 | 64 | 50 |
| Octal | 317 | 230 | 377 | 23 | 50 | 0 | 0 | 420 | 144 | 120 |
| Binary | 11001111 | 10011000 | 11111111 | 10011 | 101000 | 0 | 0 | 100010000 | 1100100 | 1010000 |
Color Harmonies of #CF98FF
Complementary color
Monochromatic Colors of #CF98FF
Black with #CF98FF
Text Example
Text Example
White with #CF98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98FF; }
p { color: rgb(207,152,255); }
H1.HeaderClassName
{
color: #CF98FF;
}
.AnyTagClassName
{
color: #CF98FF;
}
</style>
background-color css
<style>
a { background-color: #CF98FF; }
a { background-color: rgb(207,152,255); }
div.DivClassName
{
background-color: #CF98FF;
}
.BgClassName
{
background-color: #CF98FF;
}
</style>
border-color css
<style>
span { border-color: #CF98FF; }
span { border-color: rgb(207,152,255); }
td.TdClassName
{
border-color: #CF98FF;
}
.TagClassName
{
border-color: #CF98FF;
}
</style>