Html Css Color HEX #C260AA Fuchsia

📋 copy color: '#C260AA'

red 194 ◦ green 96 ◦ blue 170

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

Shades of Fuchsia #C260AA

Tints of Fuchsia #C260AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 42.17%
G = 20.87%
B = 36.96%

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

#C260AA (or 0xC260AA) is known color: Fuchsia. HEX triplet: C2, 60 and AA. RGB value is (194,96,170). Sum of RGB (Red+Green+Blue) = 194+96+170=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C260AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260AA is #3D9F55. Grayscale: #858585. Windows color (decimal): -4038486 or 11165890. OLE color: 11165890.

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

Color convert

RGB 194 96 170 -
CMYK 0 0.51 0.12 0.24
HSL 314.69º 0.45% 0.57% -
HSV(B) 314.69º 0.51% 0.76% -
XYZ 33.69 22.74 40.64 -
YUV 133.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 194 96 170 0 0.51 0.12 0.24 314.69 0.45 0.57
Hex C2 60 AA 0 33 C 18 13B 2D 39
Octal 302 140 252 0 63 14 30 473 55 71
Binary 11000010 1100000 10101010 0 110011 1100 11000 100111011 101101 111001

Color Harmonies of #C260AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260AA

Black with #C260AA

Text Example


Text Example

White with #C260AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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