Html Css Color HEX #CCA1FF Mauve

📋 copy color: '#CCA1FF'

red 204 ◦ green 161 ◦ blue 255

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

Shades of Mauve #CCA1FF

Tints of Mauve #CCA1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.97%

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

R = 32.9%
G = 25.97%
B = 41.13%

CMYK

 C value IS 0.2

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCA1FF (or 0xCCA1FF) is known color: Mauve. HEX triplet: CC, A1 and FF. RGB value is (204,161,255). Sum of RGB (Red+Green+Blue) = 204+161+255=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1FF is #335E00. Grayscale: #B8B8B8. Windows color (decimal): -3366401 or 16753100. OLE color: 16753100.

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

Color convert

RGB 204 161 255 -
CMYK 0.2 0.37 0 0
HSL 267.45º 1% 0.82% -
HSV(B) 267.45º 0.37% 1% -
XYZ 55.7 45.55 100.46 -
YUV 184.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 204 161 255 0.2 0.37 0 0 267.45 1 0.82
Hex CC A1 FF 14 25 0 0 10B 64 52
Octal 314 241 377 24 45 0 0 413 144 122
Binary 11001100 10100001 11111111 10100 100101 0 0 100001011 1100100 1010010

Color Harmonies of #CCA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1FF

Black with #CCA1FF

Text Example


Text Example

White with #CCA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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