#C46FBB

Color #C46FBB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C46FBB

Tints of Fuchsia #C46FBB

Color information

#C46FBB (or 0xC46FBB) is unknown color: approx Fuchsia. HEX triplet: C4, 6F and BB. RGB value is (196,111,187). Sum of RGB (Red+Green+Blue) = 196+111+187=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FBB is #3B9044. Grayscale: #909090. Windows color (decimal): -3903557 or 12283844. OLE color: 12283844.

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

Color convert

RGB196111187-
CMYK00.430.050.23
HSL306.35º41.87%60.2%-
HSV(B)306.35º43.37%76.86%-
XYZ37.4226.6950.19-
YUV145.08151.66164.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=39.68%
G=22.47%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611118700.430.050.23306.3541.8760.2
HexC46FBB02B5171322a3c
Octal3041572730535274625274
Binary11000100110111110111011010101110110111100110010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46FBB; }

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

 H1.HeaderClassName
 {
   color: #C46FBB;
 }
 .AnyTagClassName
 {
   color: #C46FBB;
 }
</style>
background-color css

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

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

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

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

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

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