#C376BB

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

Shades of Fuchsia #C376BB

Tints of Fuchsia #C376BB

Color information

#C376BB (or 0xC376BB) is unknown color: approx Fuchsia. HEX triplet: C3, 76 and BB. RGB value is (195,118,187). Sum of RGB (Red+Green+Blue) = 195+118+187=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BB is #3C8944. Grayscale: #949494. Windows color (decimal): -3967301 or 12285635. OLE color: 12285635.

HSL color Cylindrical-coordinate representation of color #C376BB: hue angle of 306.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376BB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195118187-
CMYK00.390.040.24
HSL306.23º39.09%61.37%-
HSV(B)306.23º39.49%76.47%-
XYZ37.9528.1550.45-
YUV148.89149.51160.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=39%
G=23.6%
B=37.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511818700.390.040.24306.2339.0961.37
HexC376BB027418132273d
Octal3031662730474304624775
Binary11000011111011010111011010011110011000100110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376BB; }

 p { color: rgb(195,118,187); }

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

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

 a { background-color: rgb(195,118,187); }

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

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

 span { border-color: rgb(195,118,187); }

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