#C46DBB

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

Shades of Fuchsia #C46DBB

Tints of Fuchsia #C46DBB

Color information

#C46DBB (or 0xC46DBB) is unknown color: approx Fuchsia. HEX triplet: C4, 6D and BB. RGB value is (196,109,187). Sum of RGB (Red+Green+Blue) = 196+109+187=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DBB is #3B9244. Grayscale: #8F8F8F. Windows color (decimal): -3904069 or 12283332. OLE color: 12283332.

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

Color convert

RGB196109187-
CMYK00.440.050.23
HSL306.21º42.44%59.8%-
HSV(B)306.21º44.39%76.86%-
XYZ37.226.2650.12-
YUV143.9152.32165.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=39.84%
G=22.15%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610918700.440.050.23306.2142.4459.8
HexC46DBB02C5171322a3c
Octal3041552730545274625274
Binary11000100110110110111011010110010110111100110010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DBB; }

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

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

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

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

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

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

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

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