Html Css Color HEX #C266AB Fuchsia

📋 copy color: '#C266AB'

red 194 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #C266AB

Tints of Fuchsia #C266AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 41.54%
G = 21.84%
B = 36.62%

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

#C266AB (or 0xC266AB) is known color: Fuchsia. HEX triplet: C2, 66 and AB. RGB value is (194,102,171). Sum of RGB (Red+Green+Blue) = 194+102+171=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C266AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266AB is #3D9954. Grayscale: #898989. Windows color (decimal): -4036949 or 11232962. OLE color: 11232962.

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

Color convert

RGB 194 102 171 -
CMYK 0 0.47 0.12 0.24
HSL 315º 0.43% 0.58% -
HSV(B) 315º 0.47% 0.76% -
XYZ 34.35 23.91 41.33 -
YUV 137.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 194 102 171 0 0.47 0.12 0.24 315 0.43 0.58
Hex C2 66 AB 0 2F C 18 13B 2B 3A
Octal 302 146 253 0 57 14 30 473 53 72
Binary 11000010 1100110 10101011 0 101111 1100 11000 100111011 101011 111010

Color Harmonies of #C266AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266AB

Black with #C266AB

Text Example


Text Example

White with #C266AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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