Html Css Color HEX #CC91FF Mauve

📋 copy color: '#CC91FF'

red 204 ◦ green 145 ◦ blue 255

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

Shades of Mauve #CC91FF

Tints of Mauve #CC91FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.01%

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

R = 33.77%
G = 24.01%
B = 42.22%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC91FF (or 0xCC91FF) is known color: Mauve. HEX triplet: CC, 91 and FF. RGB value is (204,145,255). Sum of RGB (Red+Green+Blue) = 204+145+255=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC91FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC91FF is #336E00. Grayscale: #AEAEAE. Windows color (decimal): -3370497 or 16749004. OLE color: 16749004.

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

Color convert

RGB 204 145 255 -
CMYK 0.2 0.43 0 0
HSL 272.18º 1% 0.78% -
HSV(B) 272.18º 0.43% 1% -
XYZ 53.08 40.31 99.59 -
YUV 175.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 204 145 255 0.2 0.43 0 0 272.18 1 0.78
Hex CC 91 FF 14 2B 0 0 110 64 4E
Octal 314 221 377 24 53 0 0 420 144 116
Binary 11001100 10010001 11111111 10100 101011 0 0 100010000 1100100 1001110

Color Harmonies of #CC91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC91FF

Black with #CC91FF

Text Example


Text Example

White with #CC91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC91FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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