Html Css Color HEX #C260AB Fuchsia

📋 copy color: '#C260AB'

red 194 ◦ green 96 ◦ blue 171

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

Shades of Fuchsia #C260AB

Tints of Fuchsia #C260AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 42.08%
G = 20.82%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C260AB (or 0xC260AB) is known color: Fuchsia. HEX triplet: C2, 60 and AB. RGB value is (194,96,171). Sum of RGB (Red+Green+Blue) = 194+96+171=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C260AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260AB is #3D9F54. Grayscale: #858585. Windows color (decimal): -4038485 or 11231426. OLE color: 11231426.

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

Color convert

RGB 194 96 171 -
CMYK 0 0.51 0.12 0.24
HSL 314.08º 0.45% 0.57% -
HSV(B) 314.08º 0.51% 0.76% -
XYZ 33.78 22.78 41.14 -
YUV 133.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 194 96 171 0 0.51 0.12 0.24 314.08 0.45 0.57
Hex C2 60 AB 0 33 C 18 13A 2D 39
Octal 302 140 253 0 63 14 30 472 55 71
Binary 11000010 1100000 10101011 0 110011 1100 11000 100111010 101101 111001

Color Harmonies of #C260AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260AB

Black with #C260AB

Text Example


Text Example

White with #C260AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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