#c745c1

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

Shades of Fuchsia #C745C1

Tints of Fuchsia #C745C1

Color information

#C745C1 (or 0xC745C1) is unknown color: approx Fuchsia. HEX triplet: C7, 45 and C1. RGB value is (199,69,193). Sum of RGB (Red+Green+Blue) = 199+69+193=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C745C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745C1 is #38BA3E. Grayscale: #797979. Windows color (decimal): -3717695 or 12666311. OLE color: 12666311.

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

Color convert

RGB19969193-
CMYK00.650.030.22
HSL302.77º53.72%52.55%-
HSV(B)302.77º65.33%78.04%-
XYZ35.3120.2552.5-
YUV122.01168.07182.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=43.17%
G=14.97%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996919300.650.030.22302.7753.7252.55
HexC745C104131612f3635
Octal30710530101013264576665
Binary11000111100010111000001010000011110110100101111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c745c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c745c1; }

 p { color: rgb(199,69,193); }

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

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

 a { background-color: rgb(199,69,193); }

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

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

 span { border-color: rgb(199,69,193); }

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