Shades of Mauve #C892FF
Tints of Mauve #C892FF
RGB
CMYK
RGB Variations
Color information
#C892FF (or 0xC892FF) is known color: Mauve. HEX triplet: C8, 92 and FF. RGB value is (200,146,255). Sum of RGB (Red+Green+Blue) = 200+146+255=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C892FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892FF is #376D00. Grayscale: #AEAEAE. Windows color (decimal): -3632385 or 16749256. OLE color: 16749256.
HSL color Cylindrical-coordinate representation of color #C892FF: hue angle of 269.72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C892FF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 146 | 255 | - |
| CMYK | 0.22 | 0.43 | 0 | 0 |
| HSL | 269.72º | 1% | 0.79% | - |
| HSV(B) | 269.72º | 0.43% | 1% | - |
| XYZ | 52.15 | 40.06 | 99.59 | - |
| YUV | 174.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 255 | 0.22 | 0.43 | 0 | 0 | 269.72 | 1 | 0.79 |
| Hex | C8 | 92 | FF | 16 | 2B | 0 | 0 | 10E | 64 | 4F |
| Octal | 310 | 222 | 377 | 26 | 53 | 0 | 0 | 416 | 144 | 117 |
| Binary | 11001000 | 10010010 | 11111111 | 10110 | 101011 | 0 | 0 | 100001110 | 1100100 | 1001111 |
Color Harmonies of #C892FF
Complementary color
Monochromatic Colors of #C892FF
Black with #C892FF
Text Example
Text Example
White with #C892FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892FF; }
p { color: rgb(200,146,255); }
H1.HeaderClassName
{
color: #C892FF;
}
.AnyTagClassName
{
color: #C892FF;
}
</style>
background-color css
<style>
a { background-color: #C892FF; }
a { background-color: rgb(200,146,255); }
div.DivClassName
{
background-color: #C892FF;
}
.BgClassName
{
background-color: #C892FF;
}
</style>
border-color css
<style>
span { border-color: #C892FF; }
span { border-color: rgb(200,146,255); }
td.TdClassName
{
border-color: #C892FF;
}
.TagClassName
{
border-color: #C892FF;
}
</style>