Html Css Color HEX #C99FFC Mauve

📋 copy color: '#C99FFC'

red 201 ◦ green 159 ◦ blue 252

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

Shades of Mauve #C99FFC

Tints of Mauve #C99FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.98%

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 32.84%
G = 25.98%
B = 41.18%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C99FFC (or 0xC99FFC) is known color: Mauve. HEX triplet: C9, 9F and FC. RGB value is (201,159,252). Sum of RGB (Red+Green+Blue) = 201+159+252=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #C99FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FFC is #366003. Grayscale: #B5B5B5. Windows color (decimal): -3563524 or 16555977. OLE color: 16555977.

HSL color Cylindrical-coordinate representation of color #C99FFC: hue angle of 267.1º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99FFC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 159 252 -
CMYK 0.20 0.37 0 0.01
HSL 267.1º 0.94% 0.81% -
HSV(B) 267.1º 0.37% 0.99% -
XYZ 54.06 44.24 97.79 -
YUV 182.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 201 159 252 0.20 0.37 0 0.01 267.1 0.94 0.81
Hex C9 9F FC 14 25 0 1 10B 5E 51
Octal 311 237 374 24 45 0 1 413 136 121
Binary 11001001 10011111 11111100 10100 100101 0 1 100001011 1011110 1010001

Color Harmonies of #C99FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FFC

Black with #C99FFC

Text Example


Text Example

White with #C99FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FFC; }

 p { color: rgb(201,159,252); }

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

background-color css

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

 a { background-color: rgb(201,159,252); }

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

border-color css

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

 span { border-color: rgb(201,159,252); }

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