Html Css Color HEX #C460AD Fuchsia

📋 copy color: '#C460AD'

red 196 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #C460AD

Tints of Fuchsia #C460AD

RGB

 RED value IS 196 (76.95% from 255) = 42.15%

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

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

R = 42.15%
G = 20.65%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C460AD (or 0xC460AD) is known color: Fuchsia. HEX triplet: C4, 60 and AD. RGB value is (196,96,173). Sum of RGB (Red+Green+Blue) = 196+96+173=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C460AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460AD is #3B9F52. Grayscale: #868686. Windows color (decimal): -3907411 or 11362500. OLE color: 11362500.

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

Color convert

RGB 196 96 173 -
CMYK 0 0.51 0.12 0.23
HSL 313.8º 0.46% 0.57% -
HSV(B) 313.8º 0.51% 0.77% -
XYZ 34.49 23.12 42.18 -
YUV 134.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 196 96 173 0 0.51 0.12 0.23 313.8 0.46 0.57
Hex C4 60 AD 0 33 C 17 13A 2E 39
Octal 304 140 255 0 63 14 27 472 56 71
Binary 11000100 1100000 10101101 0 110011 1100 10111 100111010 101110 111001

Color Harmonies of #C460AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460AD

Black with #C460AD

Text Example


Text Example

White with #C460AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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