#C545CE

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

Shades of Fuchsia #C545CE

Tints of Fuchsia #C545CE

Color information

#C545CE (or 0xC545CE) is unknown color: approx Fuchsia. HEX triplet: C5, 45 and CE. RGB value is (197,69,206). Sum of RGB (Red+Green+Blue) = 197+69+206=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C545CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CE is #3ABA31. Grayscale: #7A7A7A. Windows color (decimal): -3848754 or 13518277. OLE color: 13518277.

HSL color Cylindrical-coordinate representation of color #C545CE: hue angle of 296.06º degrees, saturation: 0.58, 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 #C545CE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19769206-
CMYK0.040.6700.19
HSL296.06º58.3%53.92%-
HSV(B)296.06º66.5%80.78%-
XYZ36.2920.5860.45-
YUV122.89174.91180.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=41.74%
G=14.62%
B=43.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197692060.040.6700.19296.0658.353.92
HexC545CE4430131283a36
Octal30510531641030234507266
Binary110001011000101110011101001000011010011100101000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C545CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C545CE; }

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

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

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

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

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

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

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

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