#C269AD

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

Shades of Fuchsia #C269AD

Tints of Fuchsia #C269AD

Color information

#C269AD (or 0xC269AD) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and AD. RGB value is (194,105,173). Sum of RGB (Red+Green+Blue) = 194+105+173=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AD is #3D9652. Grayscale: #8B8B8B. Windows color (decimal): -4036179 or 11364802. OLE color: 11364802.

HSL color Cylindrical-coordinate representation of color #C269AD: hue angle of 314.16º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269AD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194105173-
CMYK00.460.110.24
HSL314.16º42.18%58.63%-
HSV(B)314.16º45.88%76.08%-
XYZ34.8424.5942.45-
YUV139.36146.99166.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=41.10%
G=22.25%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410517300.460.110.24314.1642.1858.63
HexC269AD02EB1813a2a3b
Octal30215125505613304725273
Binary110000101101001101011010101110101111000100111010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269AD; }

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

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

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

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

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

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

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

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