Html Css Color HEX #CC94FE Mauve

📋 copy color: '#CC94FE'

red 204 ◦ green 148 ◦ blue 254

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

Shades of Mauve #CC94FE

Tints of Mauve #CC94FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.42%

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

R = 33.66%
G = 24.42%
B = 41.91%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC94FE (or 0xCC94FE) is known color: Mauve. HEX triplet: CC, 94 and FE. RGB value is (204,148,254). Sum of RGB (Red+Green+Blue) = 204+148+254=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94FE is #336B01. Grayscale: #B0B0B0. Windows color (decimal): -3369730 or 16684236. OLE color: 16684236.

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

Color convert

RGB 204 148 254 -
CMYK 0.20 0.42 0 0.00
HSL 271.7º 0.98% 0.79% -
HSV(B) 271.7º 0.42% 1% -
XYZ 53.38 41.17 98.9 -
YUV 176.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 204 148 254 0.20 0.42 0 0.00 271.7 0.98 0.79
Hex CC 94 FE 14 2A 0 0 110 62 4F
Octal 314 224 376 24 52 0 0 420 142 117
Binary 11001100 10010100 11111110 10100 101010 0 0 100010000 1100010 1001111

Color Harmonies of #CC94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94FE

Black with #CC94FE

Text Example


Text Example

White with #CC94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94FE; }

 p { color: rgb(204,148,254); }

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

background-color css

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

 a { background-color: rgb(204,148,254); }

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

border-color css

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

 span { border-color: rgb(204,148,254); }

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