#C428B8

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

Shades of Fuchsia #C428B8

Tints of Fuchsia #C428B8

Color information

#C428B8 (or 0xC428B8) is unknown color: approx Fuchsia. HEX triplet: C4, 28 and B8. RGB value is (196,40,184). Sum of RGB (Red+Green+Blue) = 196+40+184=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C428B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428B8 is #3BD747. Grayscale: #666666. Windows color (decimal): -3921736 or 12069060. OLE color: 12069060.

HSL color Cylindrical-coordinate representation of color #C428B8: hue angle of 304.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428B8 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19640184-
CMYK00.800.060.23
HSL304.62º66.1%46.27%-
HSV(B)304.62º79.59%76.86%-
XYZ32.1816.7146.88-
YUV103.06173.68194.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 40 (16.02% from 255) = 9.52%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=46.67%
G=9.52%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964018400.800.060.23304.6266.146.27
HexC428B8050617131422e
Octal30450270012062746110256
Binary110001001010001011100001010000110101111001100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C428B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C428B8; }

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

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

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

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

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

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

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

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