Html Css Color HEX #CC98FF Mauve

📋 copy color: '#CC98FF'

red 204 ◦ green 152 ◦ blue 255

#CC98FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CC98FF

Tints of Mauve #CC98FF

RGB

 RED value IS 204 (80.08% from 255) = 33.39%

 GREEN value IS 152 (59.77% from 255) = 24.88%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 33.39%
G = 24.88%
B = 41.73%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC98FF (or 0xCC98FF) is known color: Mauve. HEX triplet: CC, 98 and FF. RGB value is (204,152,255). Sum of RGB (Red+Green+Blue) = 204+152+255=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98FF is #336700. Grayscale: #B2B2B2. Windows color (decimal): -3368705 or 16750796. OLE color: 16750796.

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

Color convert

RGB 204 152 255 -
CMYK 0.2 0.40 0 0
HSL 270.29º 1% 0.8% -
HSV(B) 270.29º 0.4% 1% -
XYZ 54.18 42.51 99.96 -
YUV 179.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 204 152 255 0.2 0.40 0 0 270.29 1 0.8
Hex CC 98 FF 14 28 0 0 10E 64 50
Octal 314 230 377 24 50 0 0 416 144 120
Binary 11001100 10011000 11111111 10100 101000 0 0 100001110 1100100 1010000

Color Harmonies of #CC98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98FF

Black with #CC98FF

Text Example


Text Example

White with #CC98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98FF; }

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

 H1.HeaderClassName
 {
   color: #CC98FF;
 }
 .AnyTagClassName
 {
   color: #CC98FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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