#c975b3

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

Shades of Fuchsia #C975B3

Tints of Fuchsia #C975B3

Color information

#C975B3 (or 0xC975B3) is unknown color: approx Fuchsia. HEX triplet: C9, 75 and B3. RGB value is (201,117,179). Sum of RGB (Red+Green+Blue) = 201+117+179=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B3 is #368A4C. Grayscale: #959595. Windows color (decimal): -3574349 or 11761097. OLE color: 11761097.

HSL color Cylindrical-coordinate representation of color #C975B3: hue angle of 315.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975B3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201117179-
CMYK00.420.110.21
HSL315.71º43.75%62.35%-
HSV(B)315.71º41.79%78.82%-
XYZ38.5928.3946.09-
YUV149.18144.83164.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=40.44%
G=23.54%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111717900.420.110.21315.7143.7562.35
HexC975B302AB1513c2c3e
Octal31116526305213254745476
Binary110010011110101101100110101010101110101100111100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c975b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c975b3; }

 p { color: rgb(201,117,179); }

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

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

 a { background-color: rgb(201,117,179); }

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

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

 span { border-color: rgb(201,117,179); }

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