#C45CC5

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

Shades of Fuchsia #C45CC5

Tints of Fuchsia #C45CC5

Color information

#C45CC5 (or 0xC45CC5) is unknown color: approx Fuchsia. HEX triplet: C4, 5C and C5. RGB value is (196,92,197). Sum of RGB (Red+Green+Blue) = 196+92+197=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #C45CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CC5 is #3BA33A. Grayscale: #868686. Windows color (decimal): -3908411 or 12934340. OLE color: 12934340.

HSL color Cylindrical-coordinate representation of color #C45CC5: hue angle of 299.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45CC5 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19692197-
CMYK0.010.5300.23
HSL299.43º47.51%56.67%-
HSV(B)299.43º53.3%77.25%-
XYZ36.6723.4255.41-
YUV135.07162.96171.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 197 (77.34% from 255) = 40.62%
R=40.41%
G=18.97%
B=40.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196921970.010.5300.23299.4347.5156.67
HexC45CC513501712b3039
Octal3041343051650274536071
Binary110001001011100110001011110101010111100101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45CC5; }

 p { color: rgb(196,92,197); }

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

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

 a { background-color: rgb(196,92,197); }

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

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

 span { border-color: rgb(196,92,197); }

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