Html Css Color HEX #C46AB0 Fuchsia

📋 copy color: '#C46AB0'

red 196 ◦ green 106 ◦ blue 176

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

Shades of Fuchsia #C46AB0

Tints of Fuchsia #C46AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 41%
G = 22.18%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C46AB0 (or 0xC46AB0) is known color: Fuchsia. HEX triplet: C4, 6A and B0. RGB value is (196,106,176). Sum of RGB (Red+Green+Blue) = 196+106+176=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C46AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46AB0 is #3B954F. Grayscale: #8C8C8C. Windows color (decimal): -3904848 or 11561668. OLE color: 11561668.

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

Color convert

RGB 196 106 176 -
CMYK 0 0.46 0.10 0.23
HSL 313.33º 0.43% 0.59% -
HSV(B) 313.33º 0.46% 0.77% -
XYZ 35.76 25.18 44.05 -
YUV 140.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 196 106 176 0 0.46 0.10 0.23 313.33 0.43 0.59
Hex C4 6A B0 0 2E A 17 139 2B 3B
Octal 304 152 260 0 56 12 27 471 53 73
Binary 11000100 1101010 10110000 0 101110 1010 10111 100111001 101011 111011

Color Harmonies of #C46AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AB0

Black with #C46AB0

Text Example


Text Example

White with #C46AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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