#C973B3

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

Shades of Fuchsia #C973B3

Tints of Fuchsia #C973B3

Color information

#C973B3 (or 0xC973B3) is unknown color: approx Fuchsia. HEX triplet: C9, 73 and B3. RGB value is (201,115,179). Sum of RGB (Red+Green+Blue) = 201+115+179=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B3 is #368C4C. Grayscale: #939393. Windows color (decimal): -3574861 or 11760585. OLE color: 11760585.

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

Color convert

RGB201115179-
CMYK00.430.110.21
HSL315.35º44.33%61.96%-
HSV(B)315.35º42.79%78.82%-
XYZ38.3527.9346.02-
YUV148.01145.49165.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=40.61%
G=23.23%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111517900.430.110.21315.3544.3361.96
HexC973B302BB1513b2c3e
Octal31116326305313254735476
Binary110010011110011101100110101011101110101100111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973B3; }

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

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

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

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

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

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

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

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