#CC98FE

Color #CC98FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CC98FE

Tints of Mauve #CC98FE

Color information

#CC98FE (or 0xCC98FE) is unknown color: approx Mauve. HEX triplet: CC, 98 and FE. RGB value is (204,152,254). Sum of RGB (Red+Green+Blue) = 204+152+254=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98FE is #336701. Grayscale: #B2B2B2. Windows color (decimal): -3368706 or 16685260. OLE color: 16685260.

HSL color Cylindrical-coordinate representation of color #CC98FE: hue angle of 270.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC98FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204152254-
CMYK0.200.4000.00
HSL270.59º98.08%79.61%-
HSV(B)270.59º40.16%99.61%-
XYZ54.0242.4599.11-
YUV179.18170.23145.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=33.44%
G=24.92%
B=41.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041522540.200.4000.00270.5998.0879.61
HexCC98FE14280010f6250
Octal314230376245000417142120
Binary110011001001100011111110101001010000010000111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98FE; }

 p { color: rgb(204,152,254); }

 H1.HeaderClassName
 {
   color: #CC98FE;
 }
 .AnyTagClassName
 {
   color: #CC98FE;
 }
</style>
background-color css

<style>
 a { background-color: #CC98FE; }

 a { background-color: rgb(204,152,254); }

 div.DivClassName
 {
   background-color: #CC98FE;
 }
 .BgClassName
 {
   background-color: #CC98FE;
 }
</style>
border-color css

<style>
 span { border-color: #CC98FE; }

 span { border-color: rgb(204,152,254); }

 td.TdClassName
 {
   border-color: #CC98FE;
 }
 .TagClassName
 {
   border-color: #CC98FE;
 }
</style>