Html Css Color HEX #C261AE Fuchsia

📋 copy color: '#C261AE'

red 194 ◦ green 97 ◦ blue 174

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

Shades of Fuchsia #C261AE

Tints of Fuchsia #C261AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

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

R = 41.72%
G = 20.86%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C261AE (or 0xC261AE) is known color: Fuchsia. HEX triplet: C2, 61 and AE. RGB value is (194,97,174). Sum of RGB (Red+Green+Blue) = 194+97+174=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C261AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261AE is #3D9E51. Grayscale: #868686. Windows color (decimal): -4038226 or 11428290. OLE color: 11428290.

HSL color Cylindrical-coordinate representation of color #C261AE: hue angle of 312.37º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C261AE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 174 -
CMYK 0 0.50 0.10 0.24
HSL 312.37º 0.44% 0.57% -
HSV(B) 312.37º 0.5% 0.76% -
XYZ 34.16 23.07 42.7 -
YUV 134.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 194 97 174 0 0.50 0.10 0.24 312.37 0.44 0.57
Hex C2 61 AE 0 32 A 18 138 2C 39
Octal 302 141 256 0 62 12 30 470 54 71
Binary 11000010 1100001 10101110 0 110010 1010 11000 100111000 101100 111001

Color Harmonies of #C261AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261AE

Black with #C261AE

Text Example


Text Example

White with #C261AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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