#C547CB

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

Shades of Fuchsia #C547CB

Tints of Fuchsia #C547CB

Color information

#C547CB (or 0xC547CB) is unknown color: approx Fuchsia. HEX triplet: C5, 47 and CB. RGB value is (197,71,203). Sum of RGB (Red+Green+Blue) = 197+71+203=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C547CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547CB is #3AB834. Grayscale: #7B7B7B. Windows color (decimal): -3848245 or 13322181. OLE color: 13322181.

HSL color Cylindrical-coordinate representation of color #C547CB: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C547CB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19771203-
CMYK0.030.6500.20
HSL297.27º55.93%53.73%-
HSV(B)297.27º65.02%79.61%-
XYZ36.0620.6958.59-
YUV123.72172.74180.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 71 (28.12% from 255) = 15.07%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=41.83%
G=15.07%
B=43.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197712030.030.6500.20297.2755.9353.73
HexC547CB3410141293836
Octal30510731331010244517066
Binary11000101100011111001011111000001010100100101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547CB; }

 p { color: rgb(197,71,203); }

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

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

 a { background-color: rgb(197,71,203); }

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

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

 span { border-color: rgb(197,71,203); }

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