#C45DC0

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

Shades of Fuchsia #C45DC0

Tints of Fuchsia #C45DC0

Color information

#C45DC0 (or 0xC45DC0) is unknown color: approx Fuchsia. HEX triplet: C4, 5D and C0. RGB value is (196,93,192). Sum of RGB (Red+Green+Blue) = 196+93+192=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DC0 is #3BA23F. Grayscale: #868686. Windows color (decimal): -3908160 or 12606916. OLE color: 12606916.

HSL color Cylindrical-coordinate representation of color #C45DC0: hue angle of 302.33º degrees, saturation: 0.47, 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 #C45DC0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19693192-
CMYK00.530.020.23
HSL302.33º46.61%56.67%-
HSV(B)302.33º52.55%76.86%-
XYZ36.1923.3752.47-
YUV135.08160.12171.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=40.75%
G=19.33%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969319200.530.020.23302.3346.6156.67
HexC45DC003521712e2f39
Octal3041353000652274565771
Binary1100010010111011100000001101011010111100101110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DC0; }

 p { color: rgb(196,93,192); }

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

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

 a { background-color: rgb(196,93,192); }

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

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

 span { border-color: rgb(196,93,192); }

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