#c128b8

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

Shades of Fuchsia #C128B8

Tints of Fuchsia #C128B8

Color information

#C128B8 (or 0xC128B8) is unknown color: approx Fuchsia. HEX triplet: C1, 28 and B8. RGB value is (193,40,184). Sum of RGB (Red+Green+Blue) = 193+40+184=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C128B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128B8 is #3ED747. Grayscale: #656565. Windows color (decimal): -4118344 or 12069057. OLE color: 12069057.

HSL color Cylindrical-coordinate representation of color #C128B8: hue angle of 303.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C128B8 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19340184-
CMYK00.790.050.24
HSL303.53º65.67%45.69%-
HSV(B)303.53º79.27%75.69%-
XYZ31.416.3246.84-
YUV102.16174.19192.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 40 (16.02% from 255) = 9.59%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=46.28%
G=9.59%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934018400.790.050.24303.5365.6745.69
HexC128B804F518130422e
Octal30150270011753046010256
Binary110000011010001011100001001111101110001001100001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c128b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c128b8; }

 p { color: rgb(193,40,184); }

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

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

 a { background-color: rgb(193,40,184); }

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

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

 span { border-color: rgb(193,40,184); }

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