Shades of Mauve #CC92FF
Tints of Mauve #CC92FF
RGB
CMYK
RGB Variations
Color information
#CC92FF (or 0xCC92FF) is known color: Mauve. HEX triplet: CC, 92 and FF. RGB value is (204,146,255). Sum of RGB (Red+Green+Blue) = 204+146+255=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92FF is #336D00. Grayscale: #AFAFAF. Windows color (decimal): -3370241 or 16749260. OLE color: 16749260.
HSL color Cylindrical-coordinate representation of color #CC92FF: hue angle of 271.93º 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 #CC92FF is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 146 | 255 | - |
| CMYK | 0.2 | 0.43 | 0 | 0 |
| HSL | 271.93º | 1% | 0.79% | - |
| HSV(B) | 271.93º | 0.43% | 1% | - |
| XYZ | 53.23 | 40.62 | 99.64 | - |
| YUV | 175.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 255 | 0.2 | 0.43 | 0 | 0 | 271.93 | 1 | 0.79 |
| Hex | CC | 92 | FF | 14 | 2B | 0 | 0 | 110 | 64 | 4F |
| Octal | 314 | 222 | 377 | 24 | 53 | 0 | 0 | 420 | 144 | 117 |
| Binary | 11001100 | 10010010 | 11111111 | 10100 | 101011 | 0 | 0 | 100010000 | 1100100 | 1001111 |
Color Harmonies of #CC92FF
Complementary color
Monochromatic Colors of #CC92FF
Black with #CC92FF
Text Example
Text Example
White with #CC92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92FF; }
p { color: rgb(204,146,255); }
H1.HeaderClassName
{
color: #CC92FF;
}
.AnyTagClassName
{
color: #CC92FF;
}
</style>
background-color css
<style>
a { background-color: #CC92FF; }
a { background-color: rgb(204,146,255); }
div.DivClassName
{
background-color: #CC92FF;
}
.BgClassName
{
background-color: #CC92FF;
}
</style>
border-color css
<style>
span { border-color: #CC92FF; }
span { border-color: rgb(204,146,255); }
td.TdClassName
{
border-color: #CC92FF;
}
.TagClassName
{
border-color: #CC92FF;
}
</style>