#C455AC

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

Shades of Fuchsia #C455AC

Tints of Fuchsia #C455AC

Color information

#C455AC (or 0xC455AC) is unknown color: approx Fuchsia. HEX triplet: C4, 55 and AC. RGB value is (196,85,172). Sum of RGB (Red+Green+Blue) = 196+85+172=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C455AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455AC is #3BAA53. Grayscale: #7F7F7F. Windows color (decimal): -3910228 or 11294148. OLE color: 11294148.

HSL color Cylindrical-coordinate representation of color #C455AC: hue angle of 312.97º 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 #C455AC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19685172-
CMYK00.570.120.23
HSL312.97º48.47%55.1%-
HSV(B)312.97º56.63%76.86%-
XYZ33.4621.2141.36-
YUV128.11152.77176.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=43.27%
G=18.76%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968517200.570.120.23312.9748.4755.1
HexC455AC039C171393037
Octal30412525407114274716067
Binary110001001010101101011000111001110010111100111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455AC; }

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

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

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

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

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

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

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

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