#C949BB

Color #C949BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C949BB

Tints of Fuchsia #C949BB

Color information

#C949BB (or 0xC949BB) is unknown color: approx Fuchsia. HEX triplet: C9, 49 and BB. RGB value is (201,73,187). Sum of RGB (Red+Green+Blue) = 201+73+187=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C949BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949BB is #36B644. Grayscale: #7B7B7B. Windows color (decimal): -3585605 or 12274121. OLE color: 12274121.

HSL color Cylindrical-coordinate representation of color #C949BB: hue angle of 306.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949BB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20173187-
CMYK00.640.070.21
HSL306.56º54.24%53.73%-
HSV(B)306.56º63.68%78.82%-
XYZ35.4420.7749.15-
YUV124.27163.41182.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=43.60%
G=15.84%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017318700.640.070.21306.5654.2453.73
HexC949BB0407151333636
Octal31111127301007254636666
Binary110010011001001101110110100000011110101100110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C949BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C949BB; }

 p { color: rgb(201,73,187); }

 H1.HeaderClassName
 {
   color: #C949BB;
 }
 .AnyTagClassName
 {
   color: #C949BB;
 }
</style>
background-color css

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

 a { background-color: rgb(201,73,187); }

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

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

 span { border-color: rgb(201,73,187); }

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