#C545CF

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

Shades of Fuchsia #C545CF

Tints of Fuchsia #C545CF

Color information

#C545CF (or 0xC545CF) is unknown color: approx Fuchsia. HEX triplet: C5, 45 and CF. RGB value is (197,69,207). Sum of RGB (Red+Green+Blue) = 197+69+207=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C545CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CF is #3ABA30. Grayscale: #7A7A7A. Windows color (decimal): -3848753 or 13583813. OLE color: 13583813.

HSL color Cylindrical-coordinate representation of color #C545CF: hue angle of 295.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C545CF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19769207-
CMYK0.050.6700.19
HSL295.65º58.97%54.12%-
HSV(B)295.65º66.67%81.18%-
XYZ36.4220.6361.09-
YUV123175.41180.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=41.65%
G=14.59%
B=43.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197692070.050.6700.19295.6558.9754.12
HexC545CF5430131283b36
Octal30510531751030234507366
Binary110001011000101110011111011000011010011100101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C545CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C545CF; }

 p { color: rgb(197,69,207); }

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

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

 a { background-color: rgb(197,69,207); }

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

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

 span { border-color: rgb(197,69,207); }

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