Html Css Color HEX #C995FE Mauve

📋 copy color: '#C995FE'

red 201 ◦ green 149 ◦ blue 254

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

Shades of Mauve #C995FE

Tints of Mauve #C995FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.67%

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 33.28%
G = 24.67%
B = 42.05%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C995FE (or 0xC995FE) is known color: Mauve. HEX triplet: C9, 95 and FE. RGB value is (201,149,254). Sum of RGB (Red+Green+Blue) = 201+149+254=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C995FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FE is #366A01. Grayscale: #B0B0B0. Windows color (decimal): -3566082 or 16684489. OLE color: 16684489.

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

Color convert

RGB 201 149 254 -
CMYK 0.21 0.41 0 0.00
HSL 269.71º 0.98% 0.79% -
HSV(B) 269.71º 0.41% 1% -
XYZ 52.72 41.07 98.91 -
YUV 176.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 201 149 254 0.21 0.41 0 0.00 269.71 0.98 0.79
Hex C9 95 FE 15 29 0 0 10E 62 4F
Octal 311 225 376 25 51 0 0 416 142 117
Binary 11001001 10010101 11111110 10101 101001 0 0 100001110 1100010 1001111

Color Harmonies of #C995FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995FE

Black with #C995FE

Text Example


Text Example

White with #C995FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995FE; }

 p { color: rgb(201,149,254); }

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

background-color css

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

 a { background-color: rgb(201,149,254); }

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

border-color css

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

 span { border-color: rgb(201,149,254); }

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