Html Css Color HEX #C269AE Fuchsia

📋 copy color: '#C269AE'

red 194 ◦ green 105 ◦ blue 174

#C269AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C269AE

Tints of Fuchsia #C269AE

RGB

 RED value IS 194 (76.17% from 255) = 41.01%

 GREEN value IS 105 (41.41% from 255) = 22.2%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 41.01%
G = 22.2%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C269AE (or 0xC269AE) is known color: Fuchsia. HEX triplet: C2, 69 and AE. RGB value is (194,105,174). Sum of RGB (Red+Green+Blue) = 194+105+174=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AE is #3D9651. Grayscale: #8B8B8B. Windows color (decimal): -4036178 or 11430338. OLE color: 11430338.

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

Color convert

RGB 194 105 174 -
CMYK 0 0.46 0.10 0.24
HSL 313.48º 0.42% 0.59% -
HSV(B) 313.48º 0.46% 0.76% -
XYZ 34.94 24.63 42.96 -
YUV 139.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 194 105 174 0 0.46 0.10 0.24 313.48 0.42 0.59
Hex C2 69 AE 0 2E A 18 139 2A 3B
Octal 302 151 256 0 56 12 30 471 52 73
Binary 11000010 1101001 10101110 0 101110 1010 11000 100111001 101010 111011

Color Harmonies of #C269AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269AE

Black with #C269AE

Text Example


Text Example

White with #C269AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269AE; }

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

 H1.HeaderClassName
 {
   color: #C269AE;
 }
 .AnyTagClassName
 {
   color: #C269AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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