Html Css Color HEX #C260AD Fuchsia

📋 copy color: '#C260AD'

red 194 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #C260AD

Tints of Fuchsia #C260AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 41.9%
G = 20.73%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C260AD (or 0xC260AD) is known color: Fuchsia. HEX triplet: C2, 60 and AD. RGB value is (194,96,173). Sum of RGB (Red+Green+Blue) = 194+96+173=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C260AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260AD is #3D9F52. Grayscale: #858585. Windows color (decimal): -4038483 or 11362498. OLE color: 11362498.

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

Color convert

RGB 194 96 173 -
CMYK 0 0.51 0.11 0.24
HSL 312.86º 0.45% 0.57% -
HSV(B) 312.86º 0.51% 0.76% -
XYZ 33.97 22.85 42.16 -
YUV 134.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 194 96 173 0 0.51 0.11 0.24 312.86 0.45 0.57
Hex C2 60 AD 0 33 B 18 139 2D 39
Octal 302 140 255 0 63 13 30 471 55 71
Binary 11000010 1100000 10101101 0 110011 1011 11000 100111001 101101 111001

Color Harmonies of #C260AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260AD

Black with #C260AD

Text Example


Text Example

White with #C260AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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