#C467AB

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

Shades of Fuchsia #C467AB

Tints of Fuchsia #C467AB

Color information

#C467AB (or 0xC467AB) is unknown color: approx Fuchsia. HEX triplet: C4, 67 and AB. RGB value is (196,103,171). Sum of RGB (Red+Green+Blue) = 196+103+171=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C467AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467AB is #3B9854. Grayscale: #8A8A8A. Windows color (decimal): -3905621 or 11233220. OLE color: 11233220.

HSL color Cylindrical-coordinate representation of color #C467AB: hue angle of 316.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C467AB is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196103171-
CMYK00.470.130.23
HSL316.13º44.08%58.63%-
HSV(B)316.13º47.45%76.86%-
XYZ34.9724.3841.39-
YUV138.56146.31168.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=41.70%
G=21.91%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610317100.470.130.23316.1344.0858.63
HexC467AB02FD1713c2c3b
Octal30414725305715274745473
Binary110001001100111101010110101111110110111100111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467AB; }

 p { color: rgb(196,103,171); }

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

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

 a { background-color: rgb(196,103,171); }

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

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

 span { border-color: rgb(196,103,171); }

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