#C46CBF

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

Shades of Fuchsia #C46CBF

Tints of Fuchsia #C46CBF

Color information

#C46CBF (or 0xC46CBF) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and BF. RGB value is (196,108,191). Sum of RGB (Red+Green+Blue) = 196+108+191=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CBF is #3B9340. Grayscale: #8F8F8F. Windows color (decimal): -3904321 or 12545220. OLE color: 12545220.

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

Color convert

RGB196108191-
CMYK00.450.030.23
HSL303.41º42.72%59.61%-
HSV(B)303.41º44.9%76.86%-
XYZ37.5326.2252.37-
YUV143.77154.65165.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 191 (75% from 255) = 38.59%
R=39.60%
G=21.82%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610819100.450.030.23303.4142.7259.61
HexC46CBF02D31712f2b3c
Octal3041542770553274575374
Binary1100010011011001011111101011011110111100101111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CBF; }

 p { color: rgb(196,108,191); }

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

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

 a { background-color: rgb(196,108,191); }

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

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

 span { border-color: rgb(196,108,191); }

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