Html Css Color HEX #C261AA Fuchsia

📋 copy color: '#C261AA'

red 194 ◦ green 97 ◦ blue 170

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

Shades of Fuchsia #C261AA

Tints of Fuchsia #C261AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 42.08%
G = 21.04%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C261AA (or 0xC261AA) is known color: Fuchsia. HEX triplet: C2, 61 and AA. RGB value is (194,97,170). Sum of RGB (Red+Green+Blue) = 194+97+170=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C261AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261AA is #3D9E55. Grayscale: #868686. Windows color (decimal): -4038230 or 11166146. OLE color: 11166146.

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

Color convert

RGB 194 97 170 -
CMYK 0 0.50 0.12 0.24
HSL 314.85º 0.44% 0.57% -
HSV(B) 314.85º 0.5% 0.76% -
XYZ 33.78 22.92 40.67 -
YUV 134.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 194 97 170 0 0.50 0.12 0.24 314.85 0.44 0.57
Hex C2 61 AA 0 32 C 18 13B 2C 39
Octal 302 141 252 0 62 14 30 473 54 71
Binary 11000010 1100001 10101010 0 110010 1100 11000 100111011 101100 111001

Color Harmonies of #C261AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261AA

Black with #C261AA

Text Example


Text Example

White with #C261AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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