#C266AD

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

Shades of Fuchsia #C266AD

Tints of Fuchsia #C266AD

Color information

#C266AD (or 0xC266AD) is unknown color: approx Fuchsia. HEX triplet: C2, 66 and AD. RGB value is (194,102,173). Sum of RGB (Red+Green+Blue) = 194+102+173=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C266AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266AD is #3D9952. Grayscale: #898989. Windows color (decimal): -4036947 or 11364034. OLE color: 11364034.

HSL color Cylindrical-coordinate representation of color #C266AD: hue angle of 313.7º 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 #C266AD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194102173-
CMYK00.470.110.24
HSL313.7º42.99%58.04%-
HSV(B)313.7º47.42%76.08%-
XYZ34.5423.9942.34-
YUV137.6147.98168.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=41.36%
G=21.75%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410217300.470.110.24313.742.9958.04
HexC266AD02FB1813a2b3a
Octal30214625505713304725372
Binary110000101100110101011010101111101111000100111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266AD; }

 p { color: rgb(194,102,173); }

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

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

 a { background-color: rgb(194,102,173); }

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

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

 span { border-color: rgb(194,102,173); }

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