Html Css Color HEX #C466AD Fuchsia

📋 copy color: '#C466AD'

red 196 ◦ green 102 ◦ blue 173

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

Shades of Fuchsia #C466AD

Tints of Fuchsia #C466AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

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

R = 41.61%
G = 21.66%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C466AD (or 0xC466AD) is known color: Fuchsia. HEX triplet: C4, 66 and AD. RGB value is (196,102,173). Sum of RGB (Red+Green+Blue) = 196+102+173=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C466AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466AD is #3B9952. Grayscale: #8A8A8A. Windows color (decimal): -3905875 or 11364036. OLE color: 11364036.

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

Color convert

RGB 196 102 173 -
CMYK 0 0.48 0.12 0.23
HSL 314.68º 0.44% 0.58% -
HSV(B) 314.68º 0.48% 0.77% -
XYZ 35.06 24.26 42.37 -
YUV 138.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 196 102 173 0 0.48 0.12 0.23 314.68 0.44 0.58
Hex C4 66 AD 0 30 C 17 13B 2C 3A
Octal 304 146 255 0 60 14 27 473 54 72
Binary 11000100 1100110 10101101 0 110000 1100 10111 100111011 101100 111010

Color Harmonies of #C466AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466AD

Black with #C466AD

Text Example


Text Example

White with #C466AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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