#C267AB

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

Shades of Fuchsia #C267AB

Tints of Fuchsia #C267AB

Color information

#C267AB (or 0xC267AB) is unknown color: approx Fuchsia. HEX triplet: C2, 67 and AB. RGB value is (194,103,171). Sum of RGB (Red+Green+Blue) = 194+103+171=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C267AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C267AB is #3D9854. Grayscale: #898989. Windows color (decimal): -4036693 or 11233218. OLE color: 11233218.

HSL color Cylindrical-coordinate representation of color #C267AB: hue angle of 315.16º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C267AB is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194103171-
CMYK00.470.120.24
HSL315.16º42.72%58.24%-
HSV(B)315.16º46.91%76.08%-
XYZ34.4524.1141.37-
YUV137.96146.65167.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=41.45%
G=22.01%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410317100.470.120.24315.1642.7258.24
HexC267AB02FC1813b2b3a
Octal30214725305714304735372
Binary110000101100111101010110101111110011000100111011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267AB; }

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

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

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

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

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

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

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

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