#C475BB

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

Shades of Fuchsia #C475BB

Tints of Fuchsia #C475BB

Color information

#C475BB (or 0xC475BB) is unknown color: approx Fuchsia. HEX triplet: C4, 75 and BB. RGB value is (196,117,187). Sum of RGB (Red+Green+Blue) = 196+117+187=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C475BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475BB is #3B8A44. Grayscale: #949494. Windows color (decimal): -3902021 or 12285380. OLE color: 12285380.

HSL color Cylindrical-coordinate representation of color #C475BB: hue angle of 306.84º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475BB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196117187-
CMYK00.400.050.23
HSL306.84º40.1%61.37%-
HSV(B)306.84º40.31%76.86%-
XYZ38.128.0550.42-
YUV148.6149.67161.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=39.2%
G=23.4%
B=37.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611718700.400.050.23306.8440.161.37
HexC475BB028517133283d
Octal3041652730505274635075
Binary11000100111010110111011010100010110111100110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475BB; }

 p { color: rgb(196,117,187); }

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

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

 a { background-color: rgb(196,117,187); }

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

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

 span { border-color: rgb(196,117,187); }

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