Shades of Mauve #C893FF
Tints of Mauve #C893FF
RGB
CMYK
RGB Variations
Color information
#C893FF (or 0xC893FF) is known color: Mauve. HEX triplet: C8, 93 and FF. RGB value is (200,147,255). Sum of RGB (Red+Green+Blue) = 200+147+255=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C893FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893FF is #376C00. Grayscale: #AEAEAE. Windows color (decimal): -3632129 or 16749512. OLE color: 16749512.
HSL color Cylindrical-coordinate representation of color #C893FF: hue angle of 269.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C893FF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 147 | 255 | - |
| CMYK | 0.22 | 0.42 | 0 | 0 |
| HSL | 269.44º | 1% | 0.79% | - |
| HSV(B) | 269.44º | 0.42% | 1% | - |
| XYZ | 52.3 | 40.37 | 99.64 | - |
| YUV | 175.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 255 | 0.22 | 0.42 | 0 | 0 | 269.44 | 1 | 0.79 |
| Hex | C8 | 93 | FF | 16 | 2A | 0 | 0 | 10D | 64 | 4F |
| Octal | 310 | 223 | 377 | 26 | 52 | 0 | 0 | 415 | 144 | 117 |
| Binary | 11001000 | 10010011 | 11111111 | 10110 | 101010 | 0 | 0 | 100001101 | 1100100 | 1001111 |
Color Harmonies of #C893FF
Complementary color
Monochromatic Colors of #C893FF
Black with #C893FF
Text Example
Text Example
White with #C893FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893FF; }
p { color: rgb(200,147,255); }
H1.HeaderClassName
{
color: #C893FF;
}
.AnyTagClassName
{
color: #C893FF;
}
</style>
background-color css
<style>
a { background-color: #C893FF; }
a { background-color: rgb(200,147,255); }
div.DivClassName
{
background-color: #C893FF;
}
.BgClassName
{
background-color: #C893FF;
}
</style>
border-color css
<style>
span { border-color: #C893FF; }
span { border-color: rgb(200,147,255); }
td.TdClassName
{
border-color: #C893FF;
}
.TagClassName
{
border-color: #C893FF;
}
</style>