#C455B4

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

Shades of Fuchsia #C455B4

Tints of Fuchsia #C455B4

Color information

#C455B4 (or 0xC455B4) is unknown color: approx Fuchsia. HEX triplet: C4, 55 and B4. RGB value is (196,85,180). Sum of RGB (Red+Green+Blue) = 196+85+180=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C455B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455B4 is #3BAA4B. Grayscale: #808080. Windows color (decimal): -3910220 or 11818436. OLE color: 11818436.

HSL color Cylindrical-coordinate representation of color #C455B4: hue angle of 308.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455B4 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19685180-
CMYK00.570.080.23
HSL308.65º48.47%55.1%-
HSV(B)308.65º56.63%76.86%-
XYZ34.2521.5345.53-
YUV129.02156.77175.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=42.52%
G=18.44%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968518000.570.080.23308.6548.4755.1
HexC455B40398171353037
Octal30412526407110274656067
Binary110001001010101101101000111001100010111100110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455B4; }

 p { color: rgb(196,85,180); }

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

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

 a { background-color: rgb(196,85,180); }

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

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

 span { border-color: rgb(196,85,180); }

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