Html Css Color HEX #C994FE Mauve

📋 copy color: '#C994FE'

red 201 ◦ green 148 ◦ blue 254

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

Shades of Mauve #C994FE

Tints of Mauve #C994FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.54%

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

R = 33.33%
G = 24.54%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C994FE (or 0xC994FE) is known color: Mauve. HEX triplet: C9, 94 and FE. RGB value is (201,148,254). Sum of RGB (Red+Green+Blue) = 201+148+254=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #C994FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994FE is #366B01. Grayscale: #AFAFAF. Windows color (decimal): -3566338 or 16684233. OLE color: 16684233.

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

Color convert

RGB 201 148 254 -
CMYK 0.21 0.42 0 0.00
HSL 270º 0.98% 0.79% -
HSV(B) 270º 0.42% 1% -
XYZ 52.57 40.75 98.86 -
YUV 175.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 201 148 254 0.21 0.42 0 0.00 270 0.98 0.79
Hex C9 94 FE 15 2A 0 0 10E 62 4F
Octal 311 224 376 25 52 0 0 416 142 117
Binary 11001001 10010100 11111110 10101 101010 0 0 100001110 1100010 1001111

Color Harmonies of #C994FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994FE

Black with #C994FE

Text Example


Text Example

White with #C994FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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