Html Css Color HEX #C466B0 Fuchsia

📋 copy color: '#C466B0'

red 196 ◦ green 102 ◦ blue 176

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

Shades of Fuchsia #C466B0

Tints of Fuchsia #C466B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 41.35%
G = 21.52%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C466B0 (or 0xC466B0) is known color: Fuchsia. HEX triplet: C4, 66 and B0. RGB value is (196,102,176). Sum of RGB (Red+Green+Blue) = 196+102+176=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C466B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466B0 is #3B994F. Grayscale: #8A8A8A. Windows color (decimal): -3905872 or 11560644. OLE color: 11560644.

HSL color Cylindrical-coordinate representation of color #C466B0: hue angle of 312.77º 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 #C466B0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 176 -
CMYK 0 0.48 0.10 0.23
HSL 312.77º 0.44% 0.58% -
HSV(B) 312.77º 0.48% 0.77% -
XYZ 35.35 24.37 43.92 -
YUV 138.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 196 102 176 0 0.48 0.10 0.23 312.77 0.44 0.58
Hex C4 66 B0 0 30 A 17 139 2C 3A
Octal 304 146 260 0 60 12 27 471 54 72
Binary 11000100 1100110 10110000 0 110000 1010 10111 100111001 101100 111010

Color Harmonies of #C466B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466B0

Black with #C466B0

Text Example


Text Example

White with #C466B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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