Html Css Color HEX #C46EBC Fuchsia

📋 copy color: '#C46EBC'

red 196 ◦ green 110 ◦ blue 188

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

Shades of Fuchsia #C46EBC

Tints of Fuchsia #C46EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 39.68%
G = 22.27%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C46EBC (or 0xC46EBC) is known color: Fuchsia. HEX triplet: C4, 6E and BC. RGB value is (196,110,188). Sum of RGB (Red+Green+Blue) = 196+110+188=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C46EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EBC is #3B9143. Grayscale: #909090. Windows color (decimal): -3903812 or 12349124. OLE color: 12349124.

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

Color convert

RGB 196 110 188 -
CMYK 0 0.44 0.04 0.23
HSL 305.58º 0.42% 0.6% -
HSV(B) 305.58º 0.44% 0.77% -
XYZ 37.42 26.52 50.72 -
YUV 144.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 196 110 188 0 0.44 0.04 0.23 305.58 0.42 0.6
Hex C4 6E BC 0 2C 4 17 132 2A 3C
Octal 304 156 274 0 54 4 27 462 52 74
Binary 11000100 1101110 10111100 0 101100 100 10111 100110010 101010 111100

Color Harmonies of #C46EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46EBC

Black with #C46EBC

Text Example


Text Example

White with #C46EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46EBC; }

 p { color: rgb(196,110,188); }

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

background-color css

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

 a { background-color: rgb(196,110,188); }

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

border-color css

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

 span { border-color: rgb(196,110,188); }

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