#C973B4

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

Shades of Fuchsia #C973B4

Tints of Fuchsia #C973B4

Color information

#C973B4 (or 0xC973B4) is unknown color: approx Fuchsia. HEX triplet: C9, 73 and B4. RGB value is (201,115,180). Sum of RGB (Red+Green+Blue) = 201+115+180=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B4 is #368C4B. Grayscale: #939393. Windows color (decimal): -3574860 or 11826121. OLE color: 11826121.

HSL color Cylindrical-coordinate representation of color #C973B4: hue angle of 314.65º 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 #C973B4 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201115180-
CMYK00.430.100.21
HSL314.65º44.33%61.96%-
HSV(B)314.65º42.79%78.82%-
XYZ38.4627.9746.55-
YUV148.12145.99165.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=40.52%
G=23.19%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111518000.430.100.21314.6544.3361.96
HexC973B402BA1513b2c3e
Octal31116326405312254735476
Binary110010011110011101101000101011101010101100111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973B4; }

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

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

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

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

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

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

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

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