Html Css Color HEX #C992FF Mauve

📋 copy color: '#C992FF'

red 201 ◦ green 146 ◦ blue 255

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

Shades of Mauve #C992FF

Tints of Mauve #C992FF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.25%

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

R = 33.39%
G = 24.25%
B = 42.36%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C992FF (or 0xC992FF) is known color: Mauve. HEX triplet: C9, 92 and FF. RGB value is (201,146,255). Sum of RGB (Red+Green+Blue) = 201+146+255=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C992FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FF is #366D00. Grayscale: #AEAEAE. Windows color (decimal): -3566849 or 16749257. OLE color: 16749257.

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

Color convert

RGB 201 146 255 -
CMYK 0.21 0.43 0 0
HSL 270.28º 1% 0.79% -
HSV(B) 270.28º 0.43% 1% -
XYZ 52.42 40.2 99.6 -
YUV 174.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 201 146 255 0.21 0.43 0 0 270.28 1 0.79
Hex C9 92 FF 15 2B 0 0 10E 64 4F
Octal 311 222 377 25 53 0 0 416 144 117
Binary 11001001 10010010 11111111 10101 101011 0 0 100001110 1100100 1001111

Color Harmonies of #C992FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992FF

Black with #C992FF

Text Example


Text Example

White with #C992FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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