Html Css Color HEX #C46BB0 Fuchsia

📋 copy color: '#C46BB0'

red 196 ◦ green 107 ◦ blue 176

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

Shades of Fuchsia #C46BB0

Tints of Fuchsia #C46BB0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

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

R = 40.92%
G = 22.34%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C46BB0 (or 0xC46BB0) is known color: Fuchsia. HEX triplet: C4, 6B and B0. RGB value is (196,107,176). Sum of RGB (Red+Green+Blue) = 196+107+176=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BB0 is #3B944F. Grayscale: #8D8D8D. Windows color (decimal): -3904592 or 11561924. OLE color: 11561924.

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

Color convert

RGB 196 107 176 -
CMYK 0 0.45 0.10 0.23
HSL 313.48º 0.43% 0.59% -
HSV(B) 313.48º 0.45% 0.77% -
XYZ 35.86 25.39 44.08 -
YUV 141.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 196 107 176 0 0.45 0.10 0.23 313.48 0.43 0.59
Hex C4 6B B0 0 2D A 17 139 2B 3B
Octal 304 153 260 0 55 12 27 471 53 73
Binary 11000100 1101011 10110000 0 101101 1010 10111 100111001 101011 111011

Color Harmonies of #C46BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BB0

Black with #C46BB0

Text Example


Text Example

White with #C46BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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