Html Css Color HEX #C995FC Mauve

📋 copy color: '#C995FC'

red 201 ◦ green 149 ◦ blue 252

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

Shades of Mauve #C995FC

Tints of Mauve #C995FC

RGB

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

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

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

R = 33.39%
G = 24.75%
B = 41.86%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C995FC (or 0xC995FC) is known color: Mauve. HEX triplet: C9, 95 and FC. RGB value is (201,149,252). Sum of RGB (Red+Green+Blue) = 201+149+252=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C995FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FC is #366A03. Grayscale: #AFAFAF. Windows color (decimal): -3566084 or 16553417. OLE color: 16553417.

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

Color convert

RGB 201 149 252 -
CMYK 0.20 0.41 0 0.01
HSL 270.29º 0.94% 0.79% -
HSV(B) 270.29º 0.41% 0.99% -
XYZ 52.41 40.94 97.24 -
YUV 176.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 201 149 252 0.20 0.41 0 0.01 270.29 0.94 0.79
Hex C9 95 FC 14 29 0 1 10E 5E 4F
Octal 311 225 374 24 51 0 1 416 136 117
Binary 11001001 10010101 11111100 10100 101001 0 1 100001110 1011110 1001111

Color Harmonies of #C995FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995FC

Black with #C995FC

Text Example


Text Example

White with #C995FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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