Html Css Color HEX #C265AB Fuchsia

📋 copy color: '#C265AB'

red 194 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #C265AB

Tints of Fuchsia #C265AB

RGB

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

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

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

R = 41.63%
G = 21.67%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C265AB (or 0xC265AB) is known color: Fuchsia. HEX triplet: C2, 65 and AB. RGB value is (194,101,171). Sum of RGB (Red+Green+Blue) = 194+101+171=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C265AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265AB is #3D9A54. Grayscale: #888888. Windows color (decimal): -4037205 or 11232706. OLE color: 11232706.

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

Color convert

RGB 194 101 171 -
CMYK 0 0.48 0.12 0.24
HSL 314.84º 0.43% 0.58% -
HSV(B) 314.84º 0.48% 0.76% -
XYZ 34.25 23.72 41.3 -
YUV 136.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 194 101 171 0 0.48 0.12 0.24 314.84 0.43 0.58
Hex C2 65 AB 0 30 C 18 13B 2B 3A
Octal 302 145 253 0 60 14 30 473 53 72
Binary 11000010 1100101 10101011 0 110000 1100 11000 100111011 101011 111010

Color Harmonies of #C265AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265AB

Black with #C265AB

Text Example


Text Example

White with #C265AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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