Html Css Color HEX #C991FE Mauve

📋 copy color: '#C991FE'

red 201 ◦ green 145 ◦ blue 254

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

Shades of Mauve #C991FE

Tints of Mauve #C991FE

RGB

 RED value IS 201 (78.91% from 255) = 33.5%

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 33.5%
G = 24.17%
B = 42.33%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C991FE (or 0xC991FE) is known color: Mauve. HEX triplet: C9, 91 and FE. RGB value is (201,145,254). Sum of RGB (Red+Green+Blue) = 201+145+254=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C991FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991FE is #366E01. Grayscale: #ADADAD. Windows color (decimal): -3567106 or 16683465. OLE color: 16683465.

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

Color convert

RGB 201 145 254 -
CMYK 0.21 0.43 0 0.00
HSL 270.83º 0.98% 0.78% -
HSV(B) 270.83º 0.43% 1% -
XYZ 52.1 39.82 98.71 -
YUV 174.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 201 145 254 0.21 0.43 0 0.00 270.83 0.98 0.78
Hex C9 91 FE 15 2B 0 0 10F 62 4E
Octal 311 221 376 25 53 0 0 417 142 116
Binary 11001001 10010001 11111110 10101 101011 0 0 100001111 1100010 1001110

Color Harmonies of #C991FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991FE

Black with #C991FE

Text Example


Text Example

White with #C991FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991FE; }

 p { color: rgb(201,145,254); }

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

background-color css

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

 a { background-color: rgb(201,145,254); }

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

border-color css

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

 span { border-color: rgb(201,145,254); }

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