Html Css Color HEX #C266AC Fuchsia

📋 copy color: '#C266AC'

red 194 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #C266AC

Tints of Fuchsia #C266AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 41.45%
G = 21.79%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C266AC (or 0xC266AC) is known color: Fuchsia. HEX triplet: C2, 66 and AC. RGB value is (194,102,172). Sum of RGB (Red+Green+Blue) = 194+102+172=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C266AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266AC is #3D9953. Grayscale: #898989. Windows color (decimal): -4036948 or 11298498. OLE color: 11298498.

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

Color convert

RGB 194 102 172 -
CMYK 0 0.47 0.11 0.24
HSL 314.35º 0.43% 0.58% -
HSV(B) 314.35º 0.47% 0.76% -
XYZ 34.45 23.95 41.84 -
YUV 137.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 194 102 172 0 0.47 0.11 0.24 314.35 0.43 0.58
Hex C2 66 AC 0 2F B 18 13A 2B 3A
Octal 302 146 254 0 57 13 30 472 53 72
Binary 11000010 1100110 10101100 0 101111 1011 11000 100111010 101011 111010

Color Harmonies of #C266AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266AC

Black with #C266AC

Text Example


Text Example

White with #C266AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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