Html Css Color HEX #C990FF Mauve

📋 copy color: '#C990FF'

red 201 ◦ green 144 ◦ blue 255

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

Shades of Mauve #C990FF

Tints of Mauve #C990FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24%

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

R = 33.5%
G = 24%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C990FF (or 0xC990FF) is known color: Mauve. HEX triplet: C9, 90 and FF. RGB value is (201,144,255). Sum of RGB (Red+Green+Blue) = 201+144+255=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C990FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990FF is #366F00. Grayscale: #ADADAD. Windows color (decimal): -3567361 or 16748745. OLE color: 16748745.

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

Color convert

RGB 201 144 255 -
CMYK 0.21 0.44 0 0
HSL 270.81º 1% 0.78% -
HSV(B) 270.81º 0.44% 1% -
XYZ 52.11 39.58 99.5 -
YUV 173.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 201 144 255 0.21 0.44 0 0 270.81 1 0.78
Hex C9 90 FF 15 2C 0 0 10F 64 4E
Octal 311 220 377 25 54 0 0 417 144 116
Binary 11001001 10010000 11111111 10101 101100 0 0 100001111 1100100 1001110

Color Harmonies of #C990FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990FF

Black with #C990FF

Text Example


Text Example

White with #C990FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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