Shades of Mauve #C892FE
Tints of Mauve #C892FE
RGB
CMYK
RGB Variations
Color information
#C892FE (or 0xC892FE) is known color: Mauve. HEX triplet: C8, 92 and FE. RGB value is (200,146,254). Sum of RGB (Red+Green+Blue) = 200+146+254=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C892FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892FE is #376D01. Grayscale: #AEAEAE. Windows color (decimal): -3632386 or 16683720. OLE color: 16683720.
HSL color Cylindrical-coordinate representation of color #C892FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C892FE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 146 | 254 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.78% | - |
| HSV(B) | 270º | 0.43% | 1% | - |
| XYZ | 51.99 | 39.99 | 98.75 | - |
| YUV | 174.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 254 | 0.21 | 0.43 | 0 | 0.00 | 270 | 0.98 | 0.78 |
| Hex | C8 | 92 | FE | 15 | 2B | 0 | 0 | 10E | 62 | 4E |
| Octal | 310 | 222 | 376 | 25 | 53 | 0 | 0 | 416 | 142 | 116 |
| Binary | 11001000 | 10010010 | 11111110 | 10101 | 101011 | 0 | 0 | 100001110 | 1100010 | 1001110 |
Color Harmonies of #C892FE
Complementary color
Monochromatic Colors of #C892FE
Black with #C892FE
Text Example
Text Example
White with #C892FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892FE; }
p { color: rgb(200,146,254); }
H1.HeaderClassName
{
color: #C892FE;
}
.AnyTagClassName
{
color: #C892FE;
}
</style>
background-color css
<style>
a { background-color: #C892FE; }
a { background-color: rgb(200,146,254); }
div.DivClassName
{
background-color: #C892FE;
}
.BgClassName
{
background-color: #C892FE;
}
</style>
border-color css
<style>
span { border-color: #C892FE; }
span { border-color: rgb(200,146,254); }
td.TdClassName
{
border-color: #C892FE;
}
.TagClassName
{
border-color: #C892FE;
}
</style>