Html Css Color HEX #C46FB4 Fuchsia

📋 copy color: '#C46FB4'

red 196 ◦ green 111 ◦ blue 180

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

Shades of Fuchsia #C46FB4

Tints of Fuchsia #C46FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

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

R = 40.25%
G = 22.79%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C46FB4 (or 0xC46FB4) is known color: Fuchsia. HEX triplet: C4, 6F and B4. RGB value is (196,111,180). Sum of RGB (Red+Green+Blue) = 196+111+180=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FB4 is #3B904B. Grayscale: #909090. Windows color (decimal): -3903564 or 11825092. OLE color: 11825092.

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

Color convert

RGB 196 111 180 -
CMYK 0 0.43 0.08 0.23
HSL 311.29º 0.42% 0.6% -
HSV(B) 311.29º 0.43% 0.77% -
XYZ 36.69 26.4 46.34 -
YUV 144.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 196 111 180 0 0.43 0.08 0.23 311.29 0.42 0.6
Hex C4 6F B4 0 2B 8 17 137 2A 3C
Octal 304 157 264 0 53 10 27 467 52 74
Binary 11000100 1101111 10110100 0 101011 1000 10111 100110111 101010 111100

Color Harmonies of #C46FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FB4

Black with #C46FB4

Text Example


Text Example

White with #C46FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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