Html Css Color HEX #CC97FF Mauve

📋 copy color: '#CC97FF'

red 204 ◦ green 151 ◦ blue 255

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

Shades of Mauve #CC97FF

Tints of Mauve #CC97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.75%

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

R = 33.44%
G = 24.75%
B = 41.8%

CMYK

 C value IS 0.2

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC97FF (or 0xCC97FF) is known color: Mauve. HEX triplet: CC, 97 and FF. RGB value is (204,151,255). Sum of RGB (Red+Green+Blue) = 204+151+255=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97FF is #336800. Grayscale: #B2B2B2. Windows color (decimal): -3368961 or 16750540. OLE color: 16750540.

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

Color convert

RGB 204 151 255 -
CMYK 0.2 0.41 0 0
HSL 270.58º 1% 0.8% -
HSV(B) 270.58º 0.41% 1% -
XYZ 54.02 42.19 99.9 -
YUV 178.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 204 151 255 0.2 0.41 0 0 270.58 1 0.8
Hex CC 97 FF 14 29 0 0 10F 64 50
Octal 314 227 377 24 51 0 0 417 144 120
Binary 11001100 10010111 11111111 10100 101001 0 0 100001111 1100100 1010000

Color Harmonies of #CC97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97FF

Black with #CC97FF

Text Example


Text Example

White with #CC97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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