Shades of Mauve #CA92FE
Tints of Mauve #CA92FE
RGB
CMYK
RGB Variations
Color information
#CA92FE (or 0xCA92FE) is known color: Mauve. HEX triplet: CA, 92 and FE. RGB value is (202,146,254). Sum of RGB (Red+Green+Blue) = 202+146+254=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92FE is #356D01. Grayscale: #AEAEAE. Windows color (decimal): -3501314 or 16683722. OLE color: 16683722.
HSL color Cylindrical-coordinate representation of color #CA92FE: hue angle of 271.11º 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 #CA92FE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 146 | 254 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.00 |
| HSL | 271.11º | 0.98% | 0.78% | - |
| HSV(B) | 271.11º | 0.43% | 1% | - |
| XYZ | 52.53 | 40.27 | 98.77 | - |
| YUV | 175.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 254 | 0.20 | 0.43 | 0 | 0.00 | 271.11 | 0.98 | 0.78 |
| Hex | CA | 92 | FE | 14 | 2B | 0 | 0 | 10F | 62 | 4E |
| Octal | 312 | 222 | 376 | 24 | 53 | 0 | 0 | 417 | 142 | 116 |
| Binary | 11001010 | 10010010 | 11111110 | 10100 | 101011 | 0 | 0 | 100001111 | 1100010 | 1001110 |
Color Harmonies of #CA92FE
Complementary color
Monochromatic Colors of #CA92FE
Black with #CA92FE
Text Example
Text Example
White with #CA92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92FE; }
p { color: rgb(202,146,254); }
H1.HeaderClassName
{
color: #CA92FE;
}
.AnyTagClassName
{
color: #CA92FE;
}
</style>
background-color css
<style>
a { background-color: #CA92FE; }
a { background-color: rgb(202,146,254); }
div.DivClassName
{
background-color: #CA92FE;
}
.BgClassName
{
background-color: #CA92FE;
}
</style>
border-color css
<style>
span { border-color: #CA92FE; }
span { border-color: rgb(202,146,254); }
td.TdClassName
{
border-color: #CA92FE;
}
.TagClassName
{
border-color: #CA92FE;
}
</style>