Html Css Color HEX #C46BB4 Fuchsia

📋 copy color: '#C46BB4'

red 196 ◦ green 107 ◦ blue 180

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

Shades of Fuchsia #C46BB4

Tints of Fuchsia #C46BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 40.58%
G = 22.15%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C46BB4 (or 0xC46BB4) is known color: Fuchsia. HEX triplet: C4, 6B and B4. RGB value is (196,107,180). Sum of RGB (Red+Green+Blue) = 196+107+180=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BB4 is #3B944B. Grayscale: #8D8D8D. Windows color (decimal): -3904588 or 11824068. OLE color: 11824068.

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

Color convert

RGB 196 107 180 -
CMYK 0 0.45 0.08 0.23
HSL 310.79º 0.43% 0.59% -
HSV(B) 310.79º 0.45% 0.77% -
XYZ 36.26 25.55 46.2 -
YUV 141.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 196 107 180 0 0.45 0.08 0.23 310.79 0.43 0.59
Hex C4 6B B4 0 2D 8 17 137 2B 3B
Octal 304 153 264 0 55 10 27 467 53 73
Binary 11000100 1101011 10110100 0 101101 1000 10111 100110111 101011 111011

Color Harmonies of #C46BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BB4

Black with #C46BB4

Text Example


Text Example

White with #C46BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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