#C547CC

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

Shades of Fuchsia #C547CC

Tints of Fuchsia #C547CC

Color information

#C547CC (or 0xC547CC) is unknown color: approx Fuchsia. HEX triplet: C5, 47 and CC. RGB value is (197,71,204). Sum of RGB (Red+Green+Blue) = 197+71+204=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C547CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547CC is #3AB833. Grayscale: #7B7B7B. Windows color (decimal): -3848244 or 13387717. OLE color: 13387717.

HSL color Cylindrical-coordinate representation of color #C547CC: hue angle of 296.84º degrees, saturation: 0.57, 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 #C547CC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19771204-
CMYK0.030.6500.2
HSL296.84º56.6%53.92%-
HSV(B)296.84º65.2%80%-
XYZ36.1820.7459.22-
YUV123.84173.24180.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 71 (28.12% from 255) = 15.04%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=41.74%
G=15.04%
B=43.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197712040.030.6500.2296.8456.653.92
HexC547CC3410141293936
Octal30510731431010244517166
Binary11000101100011111001100111000001010100100101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547CC; }

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

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

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

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

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

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

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

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