#C150C0

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

Shades of Fuchsia #C150C0

Tints of Fuchsia #C150C0

Color information

#C150C0 (or 0xC150C0) is unknown color: approx Fuchsia. HEX triplet: C1, 50 and C0. RGB value is (193,80,192). Sum of RGB (Red+Green+Blue) = 193+80+192=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C150C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150C0 is #3EAF3F. Grayscale: #7E7E7E. Windows color (decimal): -4108096 or 12603585. OLE color: 12603585.

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

Color convert

RGB19380192-
CMYK00.590.010.24
HSL300.53º47.68%53.53%-
HSV(B)300.53º58.55%75.69%-
XYZ34.3820.8852.09-
YUV126.56164.94175.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 80 (31.64% from 255) = 17.20%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=41.51%
G=17.20%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938019200.590.010.24300.5347.6853.53
HexC150C003B11812d3036
Octal3011203000731304556066
Binary110000011010000110000000111011111000100101101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C150C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C150C0; }

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

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

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

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

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

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

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

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