Html Css Color HEX #CC95FF Mauve

📋 copy color: '#CC95FF'

red 204 ◦ green 149 ◦ blue 255

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

Shades of Mauve #CC95FF

Tints of Mauve #CC95FF

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

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

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

R = 33.55%
G = 24.51%
B = 41.94%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC95FF (or 0xCC95FF) is known color: Mauve. HEX triplet: CC, 95 and FF. RGB value is (204,149,255). Sum of RGB (Red+Green+Blue) = 204+149+255=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95FF is #336A00. Grayscale: #B1B1B1. Windows color (decimal): -3369473 or 16750028. OLE color: 16750028.

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

Color convert

RGB 204 149 255 -
CMYK 0.2 0.42 0 0
HSL 271.13º 1% 0.79% -
HSV(B) 271.13º 0.42% 1% -
XYZ 53.7 41.55 99.8 -
YUV 177.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 204 149 255 0.2 0.42 0 0 271.13 1 0.79
Hex CC 95 FF 14 2A 0 0 10F 64 4F
Octal 314 225 377 24 52 0 0 417 144 117
Binary 11001100 10010101 11111111 10100 101010 0 0 100001111 1100100 1001111

Color Harmonies of #CC95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95FF

Black with #CC95FF

Text Example


Text Example

White with #CC95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95FF; }

 p { color: rgb(204,149,255); }

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

background-color css

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

 a { background-color: rgb(204,149,255); }

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

border-color css

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

 span { border-color: rgb(204,149,255); }

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