#C528B7

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

Shades of Fuchsia #C528B7

Tints of Fuchsia #C528B7

Color information

#C528B7 (or 0xC528B7) is unknown color: approx Fuchsia. HEX triplet: C5, 28 and B7. RGB value is (197,40,183). Sum of RGB (Red+Green+Blue) = 197+40+183=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C528B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528B7 is #3AD748. Grayscale: #666666. Windows color (decimal): -3856201 or 12003525. OLE color: 12003525.

HSL color Cylindrical-coordinate representation of color #C528B7: hue angle of 305.35º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C528B7 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB19740183-
CMYK00.800.070.23
HSL305.35º66.24%46.47%-
HSV(B)305.35º79.7%77.25%-
XYZ32.3316.8146.34-
YUV103.24173.01194.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 40 (16.02% from 255) = 9.52%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=46.90%
G=9.52%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974018300.800.070.23305.3566.2446.47
HexC528B7050717131422e
Octal30550267012072746110256
Binary110001011010001011011101010000111101111001100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C528B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C528B7; }

 p { color: rgb(197,40,183); }

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

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

 a { background-color: rgb(197,40,183); }

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

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

 span { border-color: rgb(197,40,183); }

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