Shades of Mauve #CF90FC
Tints of Mauve #CF90FC
RGB
CMYK
RGB Variations
Color information
#CF90FC (or 0xCF90FC) is known color: Mauve. HEX triplet: CF, 90 and FC. RGB value is (207,144,252). Sum of RGB (Red+Green+Blue) = 207+144+252=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FC is #306F03. Grayscale: #AEAEAE. Windows color (decimal): -3174148 or 16552143. OLE color: 16552143.
HSL color Cylindrical-coordinate representation of color #CF90FC: hue angle of 275º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF90FC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 144 | 252 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.01 |
| HSL | 275º | 0.95% | 0.78% | - |
| HSV(B) | 275º | 0.43% | 0.99% | - |
| XYZ | 53.28 | 40.24 | 97.05 | - |
| YUV | 175.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 252 | 0.18 | 0.43 | 0 | 0.01 | 275 | 0.95 | 0.78 |
| Hex | CF | 90 | FC | 12 | 2B | 0 | 1 | 113 | 5F | 4E |
| Octal | 317 | 220 | 374 | 22 | 53 | 0 | 1 | 423 | 137 | 116 |
| Binary | 11001111 | 10010000 | 11111100 | 10010 | 101011 | 0 | 1 | 100010011 | 1011111 | 1001110 |
Color Harmonies of #CF90FC
Complementary color
Monochromatic Colors of #CF90FC
Black with #CF90FC
Text Example
Text Example
White with #CF90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90FC; }
p { color: rgb(207,144,252); }
H1.HeaderClassName
{
color: #CF90FC;
}
.AnyTagClassName
{
color: #CF90FC;
}
</style>
background-color css
<style>
a { background-color: #CF90FC; }
a { background-color: rgb(207,144,252); }
div.DivClassName
{
background-color: #CF90FC;
}
.BgClassName
{
background-color: #CF90FC;
}
</style>
border-color css
<style>
span { border-color: #CF90FC; }
span { border-color: rgb(207,144,252); }
td.TdClassName
{
border-color: #CF90FC;
}
.TagClassName
{
border-color: #CF90FC;
}
</style>