Html Css Color HEX #CC94FB Mauve

📋 copy color: '#CC94FB'

red 204 ◦ green 148 ◦ blue 251

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

Shades of Mauve #CC94FB

Tints of Mauve #CC94FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 33.83%
G = 24.54%
B = 41.63%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC94FB (or 0xCC94FB) is known color: Mauve. HEX triplet: CC, 94 and FB. RGB value is (204,148,251). Sum of RGB (Red+Green+Blue) = 204+148+251=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94FB is #336B04. Grayscale: #B0B0B0. Windows color (decimal): -3369733 or 16487628. OLE color: 16487628.

HSL color Cylindrical-coordinate representation of color #CC94FB: hue angle of 272.62º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC94FB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 148 251 -
CMYK 0.19 0.41 0 0.02
HSL 272.62º 0.93% 0.78% -
HSV(B) 272.62º 0.41% 0.98% -
XYZ 52.9 40.98 96.39 -
YUV 176.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 204 148 251 0.19 0.41 0 0.02 272.62 0.93 0.78
Hex CC 94 FB 13 29 0 2 111 5D 4E
Octal 314 224 373 23 51 0 2 421 135 116
Binary 11001100 10010100 11111011 10011 101001 0 10 100010001 1011101 1001110

Color Harmonies of #CC94FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94FB

Black with #CC94FB

Text Example


Text Example

White with #CC94FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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