Html Css Color HEX #C268AC Fuchsia

📋 copy color: '#C268AC'

red 194 ◦ green 104 ◦ blue 172

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

Shades of Fuchsia #C268AC

Tints of Fuchsia #C268AC

RGB

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

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

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

R = 41.28%
G = 22.13%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C268AC (or 0xC268AC) is known color: Fuchsia. HEX triplet: C2, 68 and AC. RGB value is (194,104,172). Sum of RGB (Red+Green+Blue) = 194+104+172=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AC is #3D9753. Grayscale: #8A8A8A. Windows color (decimal): -4036436 or 11299010. OLE color: 11299010.

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

Color convert

RGB 194 104 172 -
CMYK 0 0.46 0.11 0.24
HSL 314.67º 0.42% 0.58% -
HSV(B) 314.67º 0.46% 0.76% -
XYZ 34.64 24.35 41.9 -
YUV 138.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 194 104 172 0 0.46 0.11 0.24 314.67 0.42 0.58
Hex C2 68 AC 0 2E B 18 13B 2A 3A
Octal 302 150 254 0 56 13 30 473 52 72
Binary 11000010 1101000 10101100 0 101110 1011 11000 100111011 101010 111010

Color Harmonies of #C268AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268AC

Black with #C268AC

Text Example


Text Example

White with #C268AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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