Html Css Color HEX #C996FF Mauve

📋 copy color: '#C996FF'

red 201 ◦ green 150 ◦ blue 255

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

Shades of Mauve #C996FF

Tints of Mauve #C996FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.75%

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

R = 33.17%
G = 24.75%
B = 42.08%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C996FF (or 0xC996FF) is known color: Mauve. HEX triplet: C9, 96 and FF. RGB value is (201,150,255). Sum of RGB (Red+Green+Blue) = 201+150+255=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C996FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996FF is #366900. Grayscale: #B0B0B0. Windows color (decimal): -3565825 or 16750281. OLE color: 16750281.

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

Color convert

RGB 201 150 255 -
CMYK 0.21 0.41 0 0
HSL 269.14º 1% 0.79% -
HSV(B) 269.14º 0.41% 1% -
XYZ 53.04 41.45 99.81 -
YUV 177.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 201 150 255 0.21 0.41 0 0 269.14 1 0.79
Hex C9 96 FF 15 29 0 0 10D 64 4F
Octal 311 226 377 25 51 0 0 415 144 117
Binary 11001001 10010110 11111111 10101 101001 0 0 100001101 1100100 1001111

Color Harmonies of #C996FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996FF

Black with #C996FF

Text Example


Text Example

White with #C996FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996FF; }

 p { color: rgb(201,150,255); }

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

background-color css

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

 a { background-color: rgb(201,150,255); }

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

border-color css

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

 span { border-color: rgb(201,150,255); }

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