Html Css Color HEX #C265AC Fuchsia

📋 copy color: '#C265AC'

red 194 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #C265AC

Tints of Fuchsia #C265AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

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

R = 41.54%
G = 21.63%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C265AC (or 0xC265AC) is known color: Fuchsia. HEX triplet: C2, 65 and AC. RGB value is (194,101,172). Sum of RGB (Red+Green+Blue) = 194+101+172=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C265AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265AC is #3D9A53. Grayscale: #888888. Windows color (decimal): -4037204 or 11298242. OLE color: 11298242.

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

Color convert

RGB 194 101 172 -
CMYK 0 0.48 0.11 0.24
HSL 314.19º 0.43% 0.58% -
HSV(B) 314.19º 0.48% 0.76% -
XYZ 34.35 23.76 41.8 -
YUV 136.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 194 101 172 0 0.48 0.11 0.24 314.19 0.43 0.58
Hex C2 65 AC 0 30 B 18 13A 2B 3A
Octal 302 145 254 0 60 13 30 472 53 72
Binary 11000010 1100101 10101100 0 110000 1011 11000 100111010 101011 111010

Color Harmonies of #C265AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265AC

Black with #C265AC

Text Example


Text Example

White with #C265AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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