Html Css Color HEX #C999FF Mauve

📋 copy color: '#C999FF'

red 201 ◦ green 153 ◦ blue 255

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

Shades of Mauve #C999FF

Tints of Mauve #C999FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.12%

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

R = 33%
G = 25.12%
B = 41.87%

CMYK

 C value IS 0.21

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C999FF (or 0xC999FF) is known color: Mauve. HEX triplet: C9, 99 and FF. RGB value is (201,153,255). Sum of RGB (Red+Green+Blue) = 201+153+255=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #C999FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FF is #366600. Grayscale: #B2B2B2. Windows color (decimal): -3565057 or 16751049. OLE color: 16751049.

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

Color convert

RGB 201 153 255 -
CMYK 0.21 0.4 0 0
HSL 268.24º 1% 0.8% -
HSV(B) 268.24º 0.4% 1% -
XYZ 53.53 42.42 99.97 -
YUV 178.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 201 153 255 0.21 0.4 0 0 268.24 1 0.8
Hex C9 99 FF 15 28 0 0 10C 64 50
Octal 311 231 377 25 50 0 0 414 144 120
Binary 11001001 10011001 11111111 10101 101000 0 0 100001100 1100100 1010000

Color Harmonies of #C999FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999FF

Black with #C999FF

Text Example


Text Example

White with #C999FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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