#C154C0

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

Shades of Fuchsia #C154C0

Tints of Fuchsia #C154C0

Color information

#C154C0 (or 0xC154C0) is unknown color: approx Fuchsia. HEX triplet: C1, 54 and C0. RGB value is (193,84,192). Sum of RGB (Red+Green+Blue) = 193+84+192=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C154C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154C0 is #3EAB3F. Grayscale: #808080. Windows color (decimal): -4107072 or 12604609. OLE color: 12604609.

HSL color Cylindrical-coordinate representation of color #C154C0: hue angle of 300.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C154C0 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19384192-
CMYK00.560.010.24
HSL300.55º46.78%54.31%-
HSV(B)300.55º56.48%75.69%-
XYZ34.6821.4852.19-
YUV128.9163.61173.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=41.15%
G=17.91%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938419200.560.010.24300.5546.7854.31
HexC154C003811812d2f36
Octal3011243000701304555766
Binary110000011010100110000000111000111000100101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154C0; }

 p { color: rgb(193,84,192); }

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

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

 a { background-color: rgb(193,84,192); }

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

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

 span { border-color: rgb(193,84,192); }

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