Shades of Mauve #C899FD
Tints of Mauve #C899FD
RGB
CMYK
RGB Variations
Color information
#C899FD (or 0xC899FD) is known color: Mauve. HEX triplet: C8, 99 and FD. RGB value is (200,153,253). Sum of RGB (Red+Green+Blue) = 200+153+253=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C899FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C899FD is #376602. Grayscale: #B2B2B2. Windows color (decimal): -3630595 or 16619976. OLE color: 16619976.
HSL color Cylindrical-coordinate representation of color #C899FD: hue angle of 268.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C899FD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 153 | 253 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.01 |
| HSL | 268.2º | 0.96% | 0.8% | - |
| HSV(B) | 268.2º | 0.4% | 0.99% | - |
| XYZ | 52.94 | 42.15 | 98.27 | - |
| YUV | 178.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 253 | 0.21 | 0.40 | 0 | 0.01 | 268.2 | 0.96 | 0.8 |
| Hex | C8 | 99 | FD | 15 | 28 | 0 | 1 | 10C | 60 | 50 |
| Octal | 310 | 231 | 375 | 25 | 50 | 0 | 1 | 414 | 140 | 120 |
| Binary | 11001000 | 10011001 | 11111101 | 10101 | 101000 | 0 | 1 | 100001100 | 1100000 | 1010000 |
Color Harmonies of #C899FD
Complementary color
Monochromatic Colors of #C899FD
Black with #C899FD
Text Example
Text Example
White with #C899FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899FD; }
p { color: rgb(200,153,253); }
H1.HeaderClassName
{
color: #C899FD;
}
.AnyTagClassName
{
color: #C899FD;
}
</style>
background-color css
<style>
a { background-color: #C899FD; }
a { background-color: rgb(200,153,253); }
div.DivClassName
{
background-color: #C899FD;
}
.BgClassName
{
background-color: #C899FD;
}
</style>
border-color css
<style>
span { border-color: #C899FD; }
span { border-color: rgb(200,153,253); }
td.TdClassName
{
border-color: #C899FD;
}
.TagClassName
{
border-color: #C899FD;
}
</style>