Html Css Color HEX #C268AB Fuchsia

📋 copy color: '#C268AB'

red 194 ◦ green 104 ◦ blue 171

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

Shades of Fuchsia #C268AB

Tints of Fuchsia #C268AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

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

R = 41.36%
G = 22.17%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C268AB (or 0xC268AB) is known color: Fuchsia. HEX triplet: C2, 68 and AB. RGB value is (194,104,171). Sum of RGB (Red+Green+Blue) = 194+104+171=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AB is #3D9754. Grayscale: #8A8A8A. Windows color (decimal): -4036437 or 11233474. OLE color: 11233474.

HSL color Cylindrical-coordinate representation of color #C268AB: hue angle of 315.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C268AB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 104 171 -
CMYK 0 0.46 0.12 0.24
HSL 315.33º 0.42% 0.58% -
HSV(B) 315.33º 0.46% 0.76% -
XYZ 34.55 24.31 41.4 -
YUV 138.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 194 104 171 0 0.46 0.12 0.24 315.33 0.42 0.58
Hex C2 68 AB 0 2E C 18 13B 2A 3A
Octal 302 150 253 0 56 14 30 473 52 72
Binary 11000010 1101000 10101011 0 101110 1100 11000 100111011 101010 111010

Color Harmonies of #C268AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268AB

Black with #C268AB

Text Example


Text Example

White with #C268AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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