Html Css Color HEX #C266AA Fuchsia

📋 copy color: '#C266AA'

red 194 ◦ green 102 ◦ blue 170

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

Shades of Fuchsia #C266AA

Tints of Fuchsia #C266AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

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

R = 41.63%
G = 21.89%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C266AA (or 0xC266AA) is known color: Fuchsia. HEX triplet: C2, 66 and AA. RGB value is (194,102,170). Sum of RGB (Red+Green+Blue) = 194+102+170=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C266AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266AA is #3D9955. Grayscale: #898989. Windows color (decimal): -4036950 or 11167426. OLE color: 11167426.

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

Color convert

RGB 194 102 170 -
CMYK 0 0.47 0.12 0.24
HSL 315.65º 0.43% 0.58% -
HSV(B) 315.65º 0.47% 0.76% -
XYZ 34.26 23.87 40.83 -
YUV 137.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 194 102 170 0 0.47 0.12 0.24 315.65 0.43 0.58
Hex C2 66 AA 0 2F C 18 13C 2B 3A
Octal 302 146 252 0 57 14 30 474 53 72
Binary 11000010 1100110 10101010 0 101111 1100 11000 100111100 101011 111010

Color Harmonies of #C266AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266AA

Black with #C266AA

Text Example


Text Example

White with #C266AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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